Use default bugzilla template in koschei prod

This commit is contained in:
Michael Simacek 2016-08-31 18:12:12 +02:00
parent cd1a40db2c
commit 3895f593d1

View file

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