Adjust the pdc url in stg vs prod

This commit is contained in:
Pierre-Yves Chibon 2017-08-04 22:46:28 +02:00
parent e4a44181f7
commit 4c93ad1d0a

View file

@ -210,7 +210,11 @@ REQUIRED_GROUPS = {
'rpms/*': ['packager'],
}
{% if env == 'staging' %}
PDC_URL = 'https://pdc.stg.fedoraproject.org/rest_api/v1/'
{% else %}
PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1/'
{% endif %}
GITOLITE_BACKEND = 'distgit'