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:
parent
e0a1ab1f7a
commit
32d0de4355
1 changed files with 2 additions and 2 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue