the-new-hotness: Fix bugzilla configuration
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
35a01848ec
commit
6c197650e0
1 changed files with 6 additions and 3 deletions
|
@ -98,13 +98,16 @@ items:
|
||||||
|
|
||||||
[consumer_config.bugzilla]
|
[consumer_config.bugzilla]
|
||||||
enabled = true
|
enabled = true
|
||||||
#user = None
|
|
||||||
#password = None
|
|
||||||
api_key = "{{ upstream_release_bugzilla_api_token }}"
|
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
|
user = "{{ upstream_release_bugzilla_user }}"
|
||||||
|
password = "{{ upstream_release_bugzilla_password }}"
|
||||||
|
api_key = ""
|
||||||
url = "https://partner-bugzilla.redhat.com"
|
url = "https://partner-bugzilla.redhat.com"
|
||||||
explanation_url = "https://stg.fedoraproject.org/wiki/Upstream_release_monitoring"
|
explanation_url = "https://stg.fedoraproject.org/wiki/Upstream_release_monitoring"
|
||||||
{% else %}
|
{% else %}
|
||||||
|
user = ""
|
||||||
|
password = ""
|
||||||
|
api_key = "{{ upstream_release_bugzilla_api_token }}"
|
||||||
url = "https://bugzilla.redhat.com"
|
url = "https://bugzilla.redhat.com"
|
||||||
explanation_url = "https://fedoraproject.org/wiki/Upstream_release_monitoring"
|
explanation_url = "https://fedoraproject.org/wiki/Upstream_release_monitoring"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue