From 261ab77b50fc961f417eba1fd929ac76c2a78cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kalu=C5=BEa?= Date: Wed, 7 Mar 2018 11:44:44 +0000 Subject: [PATCH] Use 'db' resolver in MBS staging. --- roles/mbs/common/templates/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index 698e4ea9f1..9768d69acc 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -142,6 +142,7 @@ 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'