enable hashed directories, rename product to release
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
61fface525
commit
2a5917741d
15
fedora.conf
15
fedora.conf
@ -1,8 +1,8 @@
|
|||||||
# PRODUCT INFO
|
# PRODUCT INFO
|
||||||
product_name = "Fedora"
|
release_name = "Fedora"
|
||||||
product_short = "Fedora"
|
release_short = "Fedora"
|
||||||
product_version = "24"
|
release_version = "24"
|
||||||
product_is_layered = False
|
release_is_layered = False
|
||||||
|
|
||||||
|
|
||||||
# GENERAL SETTINGS
|
# GENERAL SETTINGS
|
||||||
@ -28,6 +28,7 @@ tree_arches = ['i386', 'x86_64', 'armhfp']
|
|||||||
multilib_arches = ["x86_64",]
|
multilib_arches = ["x86_64",]
|
||||||
multilib_methods = ["devel",] # devel (recommended), all, base, file, kernel, none, runtime (recommended)
|
multilib_methods = ["devel",] # devel (recommended), all, base, file, kernel, none, runtime (recommended)
|
||||||
|
|
||||||
|
hashed_directories = True
|
||||||
|
|
||||||
# RUNROOT settings
|
# RUNROOT settings
|
||||||
runroot = True
|
runroot = True
|
||||||
@ -201,12 +202,12 @@ multilib_whitelist = {
|
|||||||
|
|
||||||
# format: scm_dict
|
# format: scm_dict
|
||||||
# certificate file name format: <variant_uid>-<arch>-*.pem
|
# certificate file name format: <variant_uid>-<arch>-*.pem
|
||||||
#product_id = {
|
#release_id = {
|
||||||
# "scm": "git",
|
# "scm": "git",
|
||||||
# "repo": "git://git.fedorahosted.org/git/foo.git",
|
# "repo": "git://git.fedorahosted.org/git/foo.git",
|
||||||
# "branch": None, # defaults to cvs/HEAD or git/master
|
# "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"
|
koji_profile = "koji"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user