diff options
author | Ralph Bean <rbean@redhat.com> | 2017-08-17 15:23:07 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2017-08-17 15:23:07 +0000 |
commit | 114e23e9df658924f49d66886f927445aa91532c (patch) | |
tree | 0066fb2ccf7ccba869aa1771d7a9c62f78c740f1 | |
parent | a6de3a1d20230055d7b499bfdd5c0f65ecd3257a (diff) | |
download | ansible-114e23e9df658924f49d66886f927445aa91532c.tar.gz ansible-114e23e9df658924f49d66886f927445aa91532c.tar.xz ansible-114e23e9df658924f49d66886f927445aa91532c.zip |
Define PDCURL.
-rw-r--r-- | roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 index e2077d336..05ef6a9f9 100644 --- a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 +++ b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 @@ -95,12 +95,14 @@ FASURL = 'https://admin.stg.fedoraproject.org/accounts' FASINSECURE = True PAGUREURL = 'https://stg.pagure.io' PAGURE_DIST_GIT_URL = 'https://src.stg.fedoraproject.org' +PDCURL = 'https://pdc.fedoraproject.org/rest_api/v1/' 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' +PDCURL = 'https://pdc.stg.fedoraproject.org/rest_api/v1/' MDAPIURL = 'https://apps.fedoraproject.org/mdapi/' {% endif %} |