diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index 9768d69acc..a24f7751a8 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -142,7 +142,6 @@ class ProdConfiguration(BaseConfiguration): 'git+https://src.stg.fedoraproject.org/modules/', 'https://src.stg.fedoraproject.org/modules/', 'https://src.stg.fedoraproject.org/git/modules/'] - RESOLVER = "db" {% else %} KOJI_PROFILE = 'production' @@ -156,6 +155,8 @@ class ProdConfiguration(BaseConfiguration): 'https://src.fedoraproject.org/git/modules/'] {% endif %} + RESOLVER = "db" + # Made possible by https://pagure.io/releng/issue/6799 KOJI_ENABLE_CONTENT_GENERATOR = True