URLs changed.

This commit is contained in:
Ralph Bean 2017-08-07 16:52:50 +00:00
parent 23324d8ec2
commit 1b684fccb1

View file

@ -28,9 +28,9 @@ HOSTNAME = '{{ inventory_hostname }}'
IPA_REALM = '{{ ipa_realm }}'
ENV_SUFFIX = '{{ env_suffix }}'
if STAGING:
PAGURE_URL = 'https://src.stg.fedoraproject.org/pagure/'
PAGURE_URL = 'https://src.stg.fedoraproject.org/'
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
if not PAGURE_URL.endswith('/'):
PAGURE_URL = PAGURE_URL + '/'