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": { "bugreport": {
"url": "https://{{ koschei_bugzilla }}/enter_bug.cgi?{query}", "url": "https://{{ koschei_bugzilla }}/enter_bug.cgi?{query}",
{% if env != 'staging' %}
"template": { "template": {
"product": "Fedora", "product": "Fedora",
"component": "{name}", "component": "{name}",
@ -115,6 +116,7 @@ config = {
This package is tracked by Koschei. See: This package is tracked by Koschei. See:
{{ koschei_topurl }}/package/{name}""" {{ koschei_topurl }}/package/{name}"""
}, },
{% endif %}
}, },
} }