mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
blockerbugs: use bodhi2 url
This commit is contained in:
@@ -12,10 +12,10 @@ PRODUCTION = False
|
||||
#BUGZILLA_URL = 'https://partner-bugzilla.redhat.com/'
|
||||
#BODHI_URL = 'https://bodhi.stg.fedoraproject.org/'
|
||||
BUGZILLA_URL = 'https://bugzilla.redhat.com/'
|
||||
BODHI_URL = 'https://admin.fedoraproject.org/updates/'
|
||||
BODHI_URL = 'https://bodhi.fedoraproject.org/'
|
||||
{% else %}
|
||||
BUGZILLA_URL = 'https://bugzilla.redhat.com/'
|
||||
BODHI_URL = 'https://admin.fedoraproject.org/updates/'
|
||||
BODHI_URL = 'https://bodhi.fedoraproject.org/'
|
||||
{% endif %}
|
||||
BUGZILLA_XMLRPC = BUGZILLA_URL + 'xmlrpc.cgi'
|
||||
KOJI_URL = "http://koji.fedoraproject.org/"
|
||||
|
||||
Reference in New Issue
Block a user