mbs/common: Fix KOJI_TAG_EXTRA_OPTS setting
This commit is contained in:
parent
bee41998cf
commit
79047b69b6
1 changed files with 6 additions and 6 deletions
|
@ -148,6 +148,12 @@ class ProdConfiguration(BaseConfiguration):
|
|||
RPMS_DEFAULT_CACHE = 'https://src.stg.fedoraproject.org/repo/pkgs/'
|
||||
MODULES_DEFAULT_REPOSITORY = 'git+https://src.stg.fedoraproject.org/modules/'
|
||||
|
||||
KOJI_TAG_EXTRA_OPTS = {
|
||||
"mock.package_manager": "dnf",
|
||||
"repo_include_all": True,
|
||||
"mock.new_chroot": 0,
|
||||
"mock.yum.module_hotfixes": 1,
|
||||
}
|
||||
{% else %}
|
||||
KOJI_PROFILE = 'production'
|
||||
ARCHES = ['aarch64', 'armv7hl', 'i686', 'ppc64le', 'x86_64', 's390x']
|
||||
|
@ -165,12 +171,6 @@ class ProdConfiguration(BaseConfiguration):
|
|||
'git+https://src.fedoraproject.org/flatpaks/',
|
||||
'https://src.fedoraproject.org/flatpaks/',
|
||||
'https://src.fedoraproject.org/git/flatpaks/']
|
||||
KOJI_TAG_EXTRA_OPTS = {
|
||||
"mock.package_manager": "dnf",
|
||||
"repo_include_all": True,
|
||||
"mock.new_chroot": 0,
|
||||
"mock.yum.module_hotfixes": 1,
|
||||
}
|
||||
{% endif %}
|
||||
|
||||
RESOLVER = "db"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue