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 settings
|
||||||
runroot = False
|
runroot = True
|
||||||
#runroot_channel = "fedora_compose"
|
#runroot_channel = "fedora_compose"
|
||||||
#runroot_channel = "runroot"
|
runroot_channel = "compose"
|
||||||
#runroot_tag = "f23-build"
|
runroot_tag = "f23-build"
|
||||||
|
|
||||||
# PKGSET
|
# PKGSET
|
||||||
pkgset_source = "koji" # koji, repos
|
pkgset_source = "koji" # koji, repos
|
||||||
@ -175,21 +175,21 @@ multilib_whitelist = {
|
|||||||
|
|
||||||
|
|
||||||
# fomat: [(variant_uid_regex, {arch|*: [scm_dicts]})]
|
# fomat: [(variant_uid_regex, {arch|*: [scm_dicts]})]
|
||||||
extra_files = [
|
#extra_files = [
|
||||||
('^(Server|Workstation|Cloud)$', {
|
# ('^(Server|Workstation|Cloud)$', {
|
||||||
'*': [
|
# '*': [
|
||||||
{
|
# {
|
||||||
"scm": "rpm",
|
# "scm": "rpm",
|
||||||
"repo": "fedora-release-%(variant_id_lower)s",
|
# "repo": "fedora-release-%(variant_id_lower)s",
|
||||||
"branch": None,
|
# "branch": None,
|
||||||
"file": [
|
# "file": [
|
||||||
"/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-release",
|
# "/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-release",
|
||||||
],
|
# ],
|
||||||
"target": "",
|
# "target": "",
|
||||||
},
|
# },
|
||||||
],
|
# ],
|
||||||
}),
|
# }),
|
||||||
]
|
#]
|
||||||
|
|
||||||
|
|
||||||
# fomat: [(variant_uid_regex, {arch|*: scm_dict})]
|
# fomat: [(variant_uid_regex, {arch|*: scm_dict})]
|
||||||
@ -208,3 +208,5 @@ extra_files = [
|
|||||||
# "dir": "product_foo",
|
# "dir": "product_foo",
|
||||||
#}
|
#}
|
||||||
product_id_allow_missing = True
|
product_id_allow_missing = True
|
||||||
|
koji_profile = "koji"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user