From ebec5485f2dd6f2ca35fd05603139f4e7c59438a Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 11 Oct 2017 19:36:31 +0200 Subject: [PATCH] Correctly configure koji Signed-off-by: Patrick Uiterwijk --- roles/packages3/web/templates/packages-app.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/packages3/web/templates/packages-app.ini.j2 b/roles/packages3/web/templates/packages-app.ini.j2 index e0c357aefb..95dcd8a122 100644 --- a/roles/packages3/web/templates/packages-app.ini.j2 +++ b/roles/packages3/web/templates/packages-app.ini.j2 @@ -19,7 +19,7 @@ disable_request_extensions = True fedoracommunity.extensions_dir = {{ pythonsitelib }}/fedoracommunity/plugins/extensions -fedoracommunity.connector.kojihub.baseurl = http://koji.fedoraproject.org/kojihub +fedoracommunity.connector.kojihub.baseurl = https://koji{{env_suffix}}.fedoraproject.org/kojihub fedoracommunity.connector.bugzilla.baseurl = https://bugzilla.redhat.com/xmlrpc.cgi fedoracommunity.connector.bugzilla.cookiefile = /var/cache/fedoracommunity/bugzillacookies {% if env == "staging" %}