From 3895f593d1e28d20bec0e54b9ebe5cfcde58c37b Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Wed, 31 Aug 2016 18:12:12 +0200 Subject: [PATCH] Use default bugzilla template in koschei prod --- .../frontend/templates/config-frontend.cfg.j2 | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/roles/koschei/frontend/templates/config-frontend.cfg.j2 b/roles/koschei/frontend/templates/config-frontend.cfg.j2 index 563c035034..8a6c274356 100644 --- a/roles/koschei/frontend/templates/config-frontend.cfg.j2 +++ b/roles/koschei/frontend/templates/config-frontend.cfg.j2 @@ -95,28 +95,6 @@ config = { ], "bugreport": { "url": "https://{{ koschei_bugzilla }}/enter_bug.cgi?{query}", - {% if env != 'staging' %} - "template": { - "product": "Fedora", - "component": "{name}", - "version": "rawhide", - "short_desc": "{name}: FTBFS in rawhide", - "bug_file_loc": "{{ koschei_topurl }}/package/{name}", - "comment": """ - Description of problem: - Package {name} fails to build from source in rawhide. - - Version-Release number of selected component (if applicable): - {version}-{release} - - Steps to Reproduce: - koji build --scratch f26 {name}-{version}-{release}.{arch}.rpm - - Additional info: - This package is tracked by Koschei. See: - {{ koschei_topurl }}/package/{name}""" - }, - {% endif %} }, }