summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2017-08-17 19:26:17 +0000
committerRalph Bean <rbean@redhat.com>2017-08-17 19:26:17 +0000
commit455087d46d99e6c21e8291079d5f60e093220db2 (patch)
treeaee2f047b88c8ff1d215372e5bbde2b8629faba2
parent59b9d930825e47ebcab4bf89a77753262bfbfbea (diff)
downloadansible-455087d46d99e6c21e8291079d5f60e093220db2.tar.gz
ansible-455087d46d99e6c21e8291079d5f60e093220db2.tar.xz
ansible-455087d46d99e6c21e8291079d5f60e093220db2.zip
Reintroduce f28-container.
-rw-r--r--roles/bodhi2/backend/files/koji-sync-fedwatch-glue.py2
-rw-r--r--roles/bodhi2/backend/tasks/main.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/bodhi2/backend/files/koji-sync-fedwatch-glue.py b/roles/bodhi2/backend/files/koji-sync-fedwatch-glue.py
index d76a38593..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 = 'f28 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 e469f9f94..c49fd2fa3 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 f28 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: