enable hashed directories, rename product to release

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2015-07-24 13:37:25 -05:00
parent 61fface525
commit 2a5917741d

View File

@ -1,8 +1,8 @@
# PRODUCT INFO
product_name = "Fedora"
product_short = "Fedora"
product_version = "24"
product_is_layered = False
release_name = "Fedora"
release_short = "Fedora"
release_version = "24"
release_is_layered = False
# GENERAL SETTINGS
@ -28,6 +28,7 @@ tree_arches = ['i386', 'x86_64', 'armhfp']
multilib_arches = ["x86_64",]
multilib_methods = ["devel",] # devel (recommended), all, base, file, kernel, none, runtime (recommended)
hashed_directories = True
# RUNROOT settings
runroot = True
@ -201,12 +202,12 @@ multilib_whitelist = {
# format: scm_dict
# certificate file name format: <variant_uid>-<arch>-*.pem
#product_id = {
#release_id = {
# "scm": "git",
# "repo": "git://git.fedorahosted.org/git/foo.git",
# "branch": None, # defaults to cvs/HEAD or git/master
# "dir": "product_foo",
# "dir": "release_foo",
#}
product_id_allow_missing = True
release_id_allow_missing = True
koji_profile = "koji"