From 82b57f4321160003304b33dd974b54753894c5ee Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Thu, 11 Aug 2016 11:54:05 +0200 Subject: [PATCH] Use default bugreport template in koschei.stg --- roles/koschei/frontend/templates/config-frontend.cfg.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/koschei/frontend/templates/config-frontend.cfg.j2 b/roles/koschei/frontend/templates/config-frontend.cfg.j2 index 5c2113f749..c552acb05e 100644 --- a/roles/koschei/frontend/templates/config-frontend.cfg.j2 +++ b/roles/koschei/frontend/templates/config-frontend.cfg.j2 @@ -95,6 +95,7 @@ config = { ], "bugreport": { "url": "https://{{ koschei_bugzilla }}/enter_bug.cgi?{query}", + {% if env != 'staging' %} "template": { "product": "Fedora", "component": "{name}", @@ -115,6 +116,7 @@ config = { This package is tracked by Koschei. See: {{ koschei_topurl }}/package/{name}""" }, + {% endif %} }, }