From 2a5917741d5243c18c41deb676c6073d5caf5165 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 24 Jul 2015 13:37:25 -0500 Subject: [PATCH] enable hashed directories, rename product to release Signed-off-by: Dennis Gilmore --- fedora.conf | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/fedora.conf b/fedora.conf index ba8c4ee..a800f79 100644 --- a/fedora.conf +++ b/fedora.conf @@ -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: --*.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"