Use default bugreport template in koschei.stg

This commit is contained in:
Michael Simacek 2016-08-11 11:54:05 +02:00
parent dafbbcb56d
commit 82b57f4321

View file

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