diff options
author | Ralph Bean <rbean@redhat.com> | 2017-08-17 14:37:03 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2017-08-17 14:37:03 +0000 |
commit | 23b9dcfff3c035f5e76cc1da7d27e0fafffef4a4 (patch) | |
tree | ebf3debdfc69c1254a092a6a066312c3ba7fc25f | |
parent | 413a56322f4940a74117186329fb11788da72088 (diff) | |
download | ansible-23b9dcfff3c035f5e76cc1da7d27e0fafffef4a4.tar.gz ansible-23b9dcfff3c035f5e76cc1da7d27e0fafffef4a4.tar.xz ansible-23b9dcfff3c035f5e76cc1da7d27e0fafffef4a4.zip |
Add f28 to the owner sync configs.
-rw-r--r-- | roles/bodhi2/backend/files/koji-sync-fedwatch-glue.py | 2 | ||||
-rw-r--r-- | roles/bodhi2/backend/tasks/main.yml | 2 | ||||
-rwxr-xr-x | roles/bodhi2/backend/templates/owner-sync-pagure.j2 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/roles/bodhi2/backend/files/koji-sync-fedwatch-glue.py b/roles/bodhi2/backend/files/koji-sync-fedwatch-glue.py index e199feaa0..8fcc44255 100644 --- a/roles/bodhi2/backend/files/koji-sync-fedwatch-glue.py +++ b/roles/bodhi2/backend/files/koji-sync-fedwatch-glue.py @@ -17,7 +17,7 @@ def handle(content): package = body['repo'] # XXX If you modify this taglist. Please also modify the other copy in # bodhi2/backend/tasks/main.yml - taglist = 'f27 f26 f25 f27-container f26-container f25-container epel7 dist-6E-epel module-package-list' + taglist = 'f28 f27 f26 f25 f28-container f27-container f26-container f25-container epel7 dist-6E-epel module-package-list' cmd = [ '/usr/local/bin/owner-sync-pagure', '--package', package, diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index ed20a32d5..b5438f0cf 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -165,7 +165,7 @@ # bodhi2/backend/files/koji-sync-fedwatch-glue.py # This cronjob runs only once a day. The fedwatch script runs reactively. cron: name="owner-sync" minute="15" hour="4" user="root" - job="/usr/local/bin/lock-wrapper owner-sync '/usr/local/bin/owner-sync-pagure f27 f26 f25 f27-container f26-container f25-container epel7 dist-6E-epel module-package-list'" + job="/usr/local/bin/lock-wrapper owner-sync '/usr/local/bin/owner-sync-pagure f28 f27 f26 f25 f28-container f27-container f26-container f25-container epel7 dist-6E-epel module-package-list'" cron_file=update-koji-owner when: inventory_hostname.startswith('bodhi-backend01') and env == "production" tags: diff --git a/roles/bodhi2/backend/templates/owner-sync-pagure.j2 b/roles/bodhi2/backend/templates/owner-sync-pagure.j2 index f2f9f8fed..9eecdf750 100755 --- a/roles/bodhi2/backend/templates/owner-sync-pagure.j2 +++ b/roles/bodhi2/backend/templates/owner-sync-pagure.j2 @@ -58,7 +58,7 @@ else: if not PAGURE_URL.endswith('/'): PAGURE_URL = PAGURE_URL + '/' -RAWHIDE = '27' +RAWHIDE = '28' EXTRA_ARCH_LIST = { 'kernel': ('i586', 'i686', 'noarch'), 'kernel-xen-2.6': ('i586', 'i686', 'noarch'), |