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]
|
||||
{% if env == "staging" %}
|
||||
url = "https://partner-bugzilla.redhat.com"
|
||||
url = https://partner-bugzilla.redhat.com/xmlrpc.cgi
|
||||
{% else %}
|
||||
url = "https://bugzilla.redhat.com"
|
||||
url = https://bugzilla.redhat.com/xmlrpc.cgi
|
||||
{% endif %}
|
||||
username = "package-review@lists.fedoraproject.org"
|
||||
password = "{{ packagereviewbugzilla }}"
|
||||
username = package-review@lists.fedoraproject.org
|
||||
password = {{ packagereviewbugzilla }}
|
||||
|
||||
[review-stats-logging]
|
||||
journal_level = INFO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue