Use new release-monitoring bz creds.
This commit is contained in:
parent
64be6801f6
commit
9403769997
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ config = {
|
||||||
'hotness.bugzilla.enabled': True,
|
'hotness.bugzilla.enabled': True,
|
||||||
|
|
||||||
'hotness.bugzilla': {
|
'hotness.bugzilla': {
|
||||||
'user': '{{ bugzilla_user }}',
|
'user': '{{ upstream_release_bugzilla_user }}',
|
||||||
'password': '{{ bugzilla_password }}',
|
'password': '{{ upstream_release_bugzilla_password }}',
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
'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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue