mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 00:51:39 +08:00
mbs/common: Fix KOJI_TAG_EXTRA_OPTS setting
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
bee41998cf
commit
79047b69b6
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user