diff options
author | Ralph Bean <rbean@redhat.com> | 2017-08-09 14:00:40 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2017-08-09 14:00:40 +0000 |
commit | 78f8cbf7996dd3a160bd0fa217db0df12f43df3f (patch) | |
tree | ac918543a92e31a0d9d5b0d760e1ff227f2e0fe2 | |
parent | 09af2c0457780fbc02e7e240fed1626d4589ec55 (diff) | |
download | ansible-78f8cbf7996dd3a160bd0fa217db0df12f43df3f.tar.gz ansible-78f8cbf7996dd3a160bd0fa217db0df12f43df3f.tar.xz ansible-78f8cbf7996dd3a160bd0fa217db0df12f43df3f.zip |
Fix src.fp.o URLs.
-rw-r--r-- | roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 index 7c0de1a53..11ad3be74 100644 --- a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 +++ b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 @@ -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 %} |