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 %} }, }