mbs/common: Try setting KOJI_TAG_EXTRA_OPTS in stage
This commit is contained in:
parent
8007723fe7
commit
bee41998cf
1 changed files with 6 additions and 0 deletions
|
@ -165,6 +165,12 @@ 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