9 lines
276 B
INI
9 lines
276 B
INI
[global]
|
|
<% if environment == "staging" %>
|
|
url = "https://partner-bugzilla.redhat.com/xmlrpc.cgi"
|
|
<% else %>
|
|
url = "https://bugzilla.redhat.com/xmlrpc.cgi"
|
|
<% end %>
|
|
username = "package-review@lists.fedoraproject.org"
|
|
password = "<%= packagereviewbugzilla %>"
|
|
maxpackages = 5
|