From e510f2ddea9b2e9437281e730a3f13f29cd91a53 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 4 Oct 2019 13:23:10 +0200 Subject: [PATCH] copr: sync frontend/frontend-cloud again Meh, again. We should make sure we have only one role for all frontends. Complements 46865b3911adab225f402a986c227145396d6a08 --- roles/copr/frontend-cloud/templates/copr.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/copr/frontend-cloud/templates/copr.conf b/roles/copr/frontend-cloud/templates/copr.conf index a0052f8646..00bcb1ec88 100644 --- a/roles/copr/frontend-cloud/templates/copr.conf +++ b/roles/copr/frontend-cloud/templates/copr.conf @@ -106,3 +106,9 @@ WHITELIST_EMAILS = [ {% endfor %} ] {% endif %} + +{% if not devel %} +PAGURE_INSTANCES = ['io.pagure.prod.pagure', 'org.fedoraproject.prod.pagure'] +{% else %} +PAGURE_INSTANCES = ['io.pagure.prod.pagure', 'org.fedoraproject.prod.pagure', 'io.pagure.stg.pagure'] +{% endif %}