review-stats: correct bz url and remove double quotes from values
Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
This commit is contained in:
parent
a68af1ae3a
commit
81d0a5d481
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
[review-stats]
|
[review-stats]
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
url = "https://partner-bugzilla.redhat.com"
|
url = https://partner-bugzilla.redhat.com/xmlrpc.cgi
|
||||||
{% else %}
|
{% else %}
|
||||||
url = "https://bugzilla.redhat.com"
|
url = https://bugzilla.redhat.com/xmlrpc.cgi
|
||||||
{% endif %}
|
{% endif %}
|
||||||
username = "package-review@lists.fedoraproject.org"
|
username = package-review@lists.fedoraproject.org
|
||||||
password = "{{ packagereviewbugzilla }}"
|
password = {{ packagereviewbugzilla }}
|
||||||
|
|
||||||
[review-stats-logging]
|
[review-stats-logging]
|
||||||
journal_level = INFO
|
journal_level = INFO
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue