Switch config file to ansible/jinja syntax.

This commit is contained in:
Jason Tibbitts 2015-08-21 12:01:26 -05:00
parent e796199cd7
commit 67394ffb6f

View file

@ -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