diff --git a/roles/blockerbugs/templates/blockerbugs-settings.py.j2 b/roles/blockerbugs/templates/blockerbugs-settings.py.j2 index fb2082c76e..31f9e4963c 100644 --- a/roles/blockerbugs/templates/blockerbugs-settings.py.j2 +++ b/roles/blockerbugs/templates/blockerbugs-settings.py.j2 @@ -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/"