review-stats: do not add the xmlrpc endpoint in the bugzilla url

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2020-03-21 15:25:41 +01:00 committed by Pierre-Yves Chibon
parent e0a1ab1f7a
commit 32d0de4355

View file

@ -1,8 +1,8 @@
[review-stats]
{% if env == "staging" %}
url = "https://partner-bugzilla.redhat.com/xmlrpc.cgi"
url = "https://partner-bugzilla.redhat.com"
{% else %}
url = "https://bugzilla.redhat.com/xmlrpc.cgi"
url = "https://bugzilla.redhat.com"
{% endif %}
username = "package-review@lists.fedoraproject.org"
password = "{{ packagereviewbugzilla }}"