diff --git a/fedora.conf b/fedora.conf index cc9f777..885dd04 100644 --- a/fedora.conf +++ b/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" +