the-new-hotness: Use external address for partner-bugzilla
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
6ee526f872
commit
5131dafba8
1 changed files with 3 additions and 1 deletions
|
@ -102,7 +102,9 @@ items:
|
|||
user = "{{ upstream_release_bugzilla_user }}"
|
||||
password = "{{ upstream_release_bugzilla_password }}"
|
||||
api_key = ""
|
||||
url = "https://partner-bugzilla.redhat.com"
|
||||
# We can't access internal servers, so use external IP address for now
|
||||
#url = "https://partner-bugzilla.redhat.com"
|
||||
url = "https://209.132.183.72"
|
||||
explanation_url = "https://stg.fedoraproject.org/wiki/Upstream_release_monitoring"
|
||||
{% else %}
|
||||
user = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue