bodhi: use the partner-bugzilla in staging

This commit is contained in:
Luke Macken 2014-06-24 17:36:28 +00:00
parent 66892b818a
commit 546cc4b07c

View file

@ -130,8 +130,11 @@ mail.smtp.server = 'bastion'
# https://fedorahosted.org/bodhi/ticket/648
mail.message.encoding = 'utf-8'
notice_sender = 'updates@fedoraproject.org'
#bz_server = 'https://bzprx.vip.phx.redhat.com/xmlrpc.cgi'
{% if env == "staging" %}
bz_server = 'https://partner-bugzilla.redhat.com/xmlrpc.cgi'
{% else %}
bz_server = 'https://bugzilla.redhat.com/xmlrpc.cgi'
{% endif %}
bz_cookie = '/var/tmp/bodhi-bz.cookie'
bz_products = 'Fedora,Fedora EPEL,oVirt'