URLs changed.
This commit is contained in:
parent
23324d8ec2
commit
1b684fccb1
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@ HOSTNAME = '{{ inventory_hostname }}'
|
||||||
IPA_REALM = '{{ ipa_realm }}'
|
IPA_REALM = '{{ ipa_realm }}'
|
||||||
ENV_SUFFIX = '{{ env_suffix }}'
|
ENV_SUFFIX = '{{ env_suffix }}'
|
||||||
if STAGING:
|
if STAGING:
|
||||||
PAGURE_URL = 'https://src.stg.fedoraproject.org/pagure/'
|
PAGURE_URL = 'https://src.stg.fedoraproject.org/'
|
||||||
else:
|
else:
|
||||||
PAGURE_URL = 'https://src.fedoraproject.org/pagure/'
|
PAGURE_URL = 'https://src.fedoraproject.org/'
|
||||||
# In case the above variables end up being filled in by Ansible
|
# In case the above variables end up being filled in by Ansible
|
||||||
if not PAGURE_URL.endswith('/'):
|
if not PAGURE_URL.endswith('/'):
|
||||||
PAGURE_URL = PAGURE_URL + '/'
|
PAGURE_URL = PAGURE_URL + '/'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue