2012-08-15 17:40:42 -05:00
|
|
|
[global]
|
2013-04-25 20:31:06 -05:00
|
|
|
<% if environment == "staging" %>
|
|
|
|
url = "https://partner-bugzilla.redhat.com/xmlrpc.cgi"
|
|
|
|
<% else %>
|
2012-08-15 17:40:42 -05:00
|
|
|
url = "https://bugzilla.redhat.com/xmlrpc.cgi"
|
2013-04-25 20:31:06 -05:00
|
|
|
<% end %>
|
2012-08-15 17:40:42 -05:00
|
|
|
username = "package-review@lists.fedoraproject.org"
|
|
|
|
password = "<%= packagereviewbugzilla %>"
|
2013-06-14 22:24:37 -05:00
|
|
|
maxpackages = 5
|