From 35d6c5bf38a704a03036c00d82b0a2dcdbd7d7d3 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Sat, 21 May 2016 22:10:04 +0200 Subject: [PATCH] Use current bugreport template in koschei prod --- roles/koschei/frontend/templates/config-frontend.cfg.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/koschei/frontend/templates/config-frontend.cfg.j2 b/roles/koschei/frontend/templates/config-frontend.cfg.j2 index 1f18b0ea54..5c2113f749 100644 --- a/roles/koschei/frontend/templates/config-frontend.cfg.j2 +++ b/roles/koschei/frontend/templates/config-frontend.cfg.j2 @@ -79,7 +79,6 @@ config = { "openid": { "openid_provider": "{{ koschei_openid_provider }}", }, - {% if env == 'staging' %} # this is for > 1.6.1 "links": [ {"name": "Packages", "url": "https://apps{{ env_prefix }}.fedoraproject.org/packages/{package.name}"}, @@ -117,7 +116,6 @@ config = { {{ koschei_topurl }}/package/{name}""" }, }, - {% endif %} } # Local Variables: