blockerbugs: use bodhi2 url
This commit is contained in:
parent
63fdbec89a
commit
cc4789ba76
1 changed files with 2 additions and 2 deletions
|
@ -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/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue