Fix src.fp.o URLs.
This commit is contained in:
parent
09af2c0457
commit
78f8cbf799
1 changed files with 2 additions and 2 deletions
|
@ -66,13 +66,13 @@ DRY_RUN = False
|
||||||
FASURL = 'https://admin.stg.fedoraproject.org/accounts'
|
FASURL = 'https://admin.stg.fedoraproject.org/accounts'
|
||||||
FASINSECURE = True
|
FASINSECURE = True
|
||||||
PAGUREURL = 'https://stg.pagure.io'
|
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/'
|
MDAPIURL = 'https://apps.stg.fedoraproject.org/mdapi/'
|
||||||
{% else %}
|
{% else %}
|
||||||
FASURL = 'https://admin.fedoraproject.org/accounts'
|
FASURL = 'https://admin.fedoraproject.org/accounts'
|
||||||
FASINSECURE = False
|
FASINSECURE = False
|
||||||
PAGUREURL = 'https://pagure.io'
|
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/'
|
MDAPIURL = 'https://apps.fedoraproject.org/mdapi/'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue