Take advantage in stg of the new feature of pagure-dist-git

This commit is contained in:
Pierre-Yves Chibon 2017-10-04 19:07:18 +02:00
parent 9108a0d6fe
commit 7016dd8e84

View file

@ -224,8 +224,10 @@ REQUIRED_GROUPS = {
{% if env == 'staging' %}
PDC_URL = 'https://pdc.stg.fedoraproject.org/rest_api/v1/'
RESULTSDB_URL = 'https://taskotron.stg.fedoraproject.org/resultsdb_api/'
{% else %}
PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1/'
#RESULTSDB_URL = 'https://taskotron.fedoraproject.org/resultsdb_api/'
{% endif %}
GITOLITE_BACKEND = 'distgit'