From 6a49c82511056f6f7ac67a4d11bdffe9f7cbbaec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kalu=C5=BEa?= Date: Thu, 5 Apr 2018 14:52:36 +0000 Subject: [PATCH] MBS: Use 'db' RESOLVER also for prod. --- roles/mbs/common/templates/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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