Switch config file to ansible/jinja syntax.
This commit is contained in:
parent
e796199cd7
commit
67394ffb6f
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
[global]
|
||||
<% if environment == "staging" %>
|
||||
{% if env == "staging" %}
|
||||
url = "https://partner-bugzilla.redhat.com/xmlrpc.cgi"
|
||||
<% else %>
|
||||
{% else %}
|
||||
url = "https://bugzilla.redhat.com/xmlrpc.cgi"
|
||||
<% end %>
|
||||
{% endif %}
|
||||
username = "package-review@lists.fedoraproject.org"
|
||||
password = "<%= packagereviewbugzilla %>"
|
||||
password = "{{ packagereviewbugzilla }}"
|
||||
maxpackages = 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue