blockerbugs: use bodhi2 url

This commit is contained in:
Martin Krizek 2016-09-12 10:24:55 +00:00
parent 63fdbec89a
commit cc4789ba76

View file

@ -12,10 +12,10 @@ PRODUCTION = False
#BUGZILLA_URL = 'https://partner-bugzilla.redhat.com/' #BUGZILLA_URL = 'https://partner-bugzilla.redhat.com/'
#BODHI_URL = 'https://bodhi.stg.fedoraproject.org/' #BODHI_URL = 'https://bodhi.stg.fedoraproject.org/'
BUGZILLA_URL = 'https://bugzilla.redhat.com/' BUGZILLA_URL = 'https://bugzilla.redhat.com/'
BODHI_URL = 'https://admin.fedoraproject.org/updates/' BODHI_URL = 'https://bodhi.fedoraproject.org/'
{% else %} {% else %}
BUGZILLA_URL = 'https://bugzilla.redhat.com/' BUGZILLA_URL = 'https://bugzilla.redhat.com/'
BODHI_URL = 'https://admin.fedoraproject.org/updates/' BODHI_URL = 'https://bodhi.fedoraproject.org/'
{% endif %} {% endif %}
BUGZILLA_XMLRPC = BUGZILLA_URL + 'xmlrpc.cgi' BUGZILLA_XMLRPC = BUGZILLA_URL + 'xmlrpc.cgi'
KOJI_URL = "http://koji.fedoraproject.org/" KOJI_URL = "http://koji.fedoraproject.org/"