From 4282f999369689ff411d3669ad779afa113c773a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 29 Jun 2022 14:24:15 +0200 Subject: [PATCH] [toddlers] Fix the url for MBS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The env_suffix is `.stg` which caused the URL to be mbs..stg. This URL can't be parsed and this caused error. Let's fix the behavior. Signed-off-by: Michal Konečný --- roles/openshift-apps/toddlers/templates/fedora-messaging.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index 9e5150ec64..e6a5bfd1f9 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -133,7 +133,7 @@ file_check_url = "https://src{{ env_suffix }}.fedoraproject.org/%(namespace)s/%( old_composes_url = "https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/" [consumer_config.pdc_modules] -mbs_url = "https://mbs.{{ env_suffix }}fedoraproject.org/module-build-service/2/module-builds/" +mbs_url = "https://mbs{{ env_suffix }}.fedoraproject.org/module-build-service/2/module-builds/" [consumer_config.check_email_overrides] {% if env == "staging" %}