mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 10:01:44 +08:00
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:
committed by
Pierre-Yves Chibon
parent
a68af1ae3a
commit
81d0a5d481
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user