changes needed to get things moving
This commit is contained in:
parent
778eabff0e
commit
e475fca4d9
38
fedora.conf
38
fedora.conf
@ -30,10 +30,10 @@ multilib_methods = ["devel",] # devel (recommended), all, base, file, kernel, no
|
||||
|
||||
|
||||
# RUNROOT settings
|
||||
runroot = False
|
||||
runroot = True
|
||||
#runroot_channel = "fedora_compose"
|
||||
#runroot_channel = "runroot"
|
||||
#runroot_tag = "f23-build"
|
||||
runroot_channel = "compose"
|
||||
runroot_tag = "f23-build"
|
||||
|
||||
# PKGSET
|
||||
pkgset_source = "koji" # koji, repos
|
||||
@ -175,21 +175,21 @@ multilib_whitelist = {
|
||||
|
||||
|
||||
# fomat: [(variant_uid_regex, {arch|*: [scm_dicts]})]
|
||||
extra_files = [
|
||||
('^(Server|Workstation|Cloud)$', {
|
||||
'*': [
|
||||
{
|
||||
"scm": "rpm",
|
||||
"repo": "fedora-release-%(variant_id_lower)s",
|
||||
"branch": None,
|
||||
"file": [
|
||||
"/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-release",
|
||||
],
|
||||
"target": "",
|
||||
},
|
||||
],
|
||||
}),
|
||||
]
|
||||
#extra_files = [
|
||||
# ('^(Server|Workstation|Cloud)$', {
|
||||
# '*': [
|
||||
# {
|
||||
# "scm": "rpm",
|
||||
# "repo": "fedora-release-%(variant_id_lower)s",
|
||||
# "branch": None,
|
||||
# "file": [
|
||||
# "/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-release",
|
||||
# ],
|
||||
# "target": "",
|
||||
# },
|
||||
# ],
|
||||
# }),
|
||||
#]
|
||||
|
||||
|
||||
# fomat: [(variant_uid_regex, {arch|*: scm_dict})]
|
||||
@ -208,3 +208,5 @@ extra_files = [
|
||||
# "dir": "product_foo",
|
||||
#}
|
||||
product_id_allow_missing = True
|
||||
koji_profile = "koji"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user