Fix src.fp.o URLs.

This commit is contained in:
Ralph Bean 2017-08-09 14:00:40 +00:00
parent 09af2c0457
commit 78f8cbf799

View file

@ -66,13 +66,13 @@ DRY_RUN = False
FASURL = 'https://admin.stg.fedoraproject.org/accounts'
FASINSECURE = True
PAGUREURL = 'https://stg.pagure.io'
PAGURE_DIST_GIT_URL = 'https://src.stg.fedoraproject.org/pagure/'
PAGURE_DIST_GIT_URL = 'https://src.stg.fedoraproject.org'
MDAPIURL = 'https://apps.stg.fedoraproject.org/mdapi/'
{% else %}
FASURL = 'https://admin.fedoraproject.org/accounts'
FASINSECURE = False
PAGUREURL = 'https://pagure.io'
PAGURE_DIST_GIT_URL = 'https://src.fedoraproject.org/pagure/'
PAGURE_DIST_GIT_URL = 'https://src.fedoraproject.org'
MDAPIURL = 'https://apps.fedoraproject.org/mdapi/'
{% endif %}