MBS: Use 'db' RESOLVER also for prod.
This commit is contained in:
parent
804bf00dd3
commit
6a49c82511
1 changed files with 2 additions and 1 deletions
|
@ -142,7 +142,6 @@ class ProdConfiguration(BaseConfiguration):
|
||||||
'git+https://src.stg.fedoraproject.org/modules/',
|
'git+https://src.stg.fedoraproject.org/modules/',
|
||||||
'https://src.stg.fedoraproject.org/modules/',
|
'https://src.stg.fedoraproject.org/modules/',
|
||||||
'https://src.stg.fedoraproject.org/git/modules/']
|
'https://src.stg.fedoraproject.org/git/modules/']
|
||||||
RESOLVER = "db"
|
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
KOJI_PROFILE = 'production'
|
KOJI_PROFILE = 'production'
|
||||||
|
@ -156,6 +155,8 @@ class ProdConfiguration(BaseConfiguration):
|
||||||
'https://src.fedoraproject.org/git/modules/']
|
'https://src.fedoraproject.org/git/modules/']
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
RESOLVER = "db"
|
||||||
|
|
||||||
# Made possible by https://pagure.io/releng/issue/6799
|
# Made possible by https://pagure.io/releng/issue/6799
|
||||||
KOJI_ENABLE_CONTENT_GENERATOR = True
|
KOJI_ENABLE_CONTENT_GENERATOR = True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue