| |
@@ -9,10 +9,10 @@
|
| |
|
| |
# cronjobs are run on releng01.stg
|
| |
# Looks like:
|
| |
- # /usr/local/bin/owner-sync-pkgdb f19
|
| |
- # /usr/local/bin/owner-sync-pkgdb dist-5E-epel
|
| |
+ # /usr/local/bin/owner-sync-pkgdb f19
|
| |
+ # /usr/local/bin/owner-sync-pkgdb dist-5E-epel
|
| |
# /usr/local/bin/owner-sync-pkgdb dist-6E-epel
|
| |
- # /usr/local/bin/owner-sync-pkgdb epel7
|
| |
+ # /usr/local/bin/owner-sync-pkgdb epel7
|
| |
|
| |
import sys
|
| |
import os
|
| |
@@ -52,10 +52,10 @@
|
| |
ENV_SUFFIX = '{{ env_suffix }}'
|
| |
if STAGING:
|
| |
PAGURE_URL = 'https://src.stg.fedoraproject.org/'
|
| |
- PDC_URL = 'https://pdc.stg.fedoraproject.org/rest_api/v1/'
|
| |
+ PDC_URL = 'https://bodhi.stg.fedoraproject.org/releases/'
|
| |
else:
|
| |
PAGURE_URL = 'https://src.fedoraproject.org/'
|
| |
- PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1/'
|
| |
+ PDC_URL = 'https://bodhi.fedoraproject.org/releases/'
|
| |
# In case the above variables end up being filled in by Ansible
|
| |
if not PAGURE_URL.endswith('/'):
|
| |
PAGURE_URL = PAGURE_URL + '/'
|
| |
@@ -461,4 +461,3 @@
|
| |
'the tag "{0}" and namespaces "{1}" and for arches "{2}"'
|
| |
.format(tag, namespaces, ', '.join(info['arches'])))
|
| |
set_koji_ownership(tag, namespace, pkgs, info['arches'], verbose=verbose)
|
| |
-
|
| |
Not sure what has changed here.