From c29d87a23cdaeab516336bbc1ca83b56ac5373e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Thu, 30 Jun 2022 09:49:18 +0200 Subject: [PATCH] [toddlers] Fix the URL for email overrides on staging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because the fail is taken directly from ansible repository, we need to use the same url for staging and production. Signed-off-by: Michal Konečný --- roles/openshift-apps/toddlers/templates/fedora-messaging.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index e6a5bfd1f9..48897c1436 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -136,11 +136,7 @@ old_composes_url = "https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/" mbs_url = "https://mbs{{ env_suffix }}.fedoraproject.org/module-build-service/2/module-builds/" [consumer_config.check_email_overrides] -{% if env == "staging" %} -email_overrides_url = "https://stg.pagure.io/fedora-infra/ansible/raw/main/f/roles/openshift-apps/toddlers/templates/email_overrides.toml" -{% else %} email_overrides_url = "https://pagure.io/fedora-infra/ansible/raw/main/f/roles/openshift-apps/toddlers/templates/email_overrides.toml" -{% endif %} [consumer_config.clean_retired_packages] pdc_active_branches = "https://pdc{{ env_suffix }}.fedoraproject.org/extras/active_branches.json"