bodhi: use the partner-bugzilla in staging
This commit is contained in:
parent
66892b818a
commit
546cc4b07c
1 changed files with 4 additions and 1 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue