From 0109709b6093a36fd99e11b62f53d4ab77f4f902 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 19 Jul 2016 20:01:37 +0000 Subject: [PATCH] Drop pkgdb sync for f22 since it's eol. Also don't bother to ship f21/f22 configs for mock. --- roles/bodhi2/backend/tasks/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index 69ea4a2d00..13744f88fd 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -93,10 +93,6 @@ owner=apache mode=0640 with_items: - - f21-updates.mash - - f21-updates-testing.mash - - f22-updates.mash - - f22-updates-testing.mash - f23-updates.mash - f23-updates-testing.mash - f24-updates.mash @@ -186,7 +182,7 @@ - name: sync packages from pkgdb2 to koji fedora cron: name="owner-sync-fedora" minute="7,17,27,37,47,57" user="root" - job="/usr/local/bin/owner-sync-pkgdb f22;/usr/local/bin/owner-sync-pkgdb f23;/usr/local/bin/owner-sync-pkgdb f24;/usr/local/bin/owner-sync-pkgdb f25" + job="/usr/local/bin/owner-sync-pkgdb f23;/usr/local/bin/owner-sync-pkgdb f24;/usr/local/bin/owner-sync-pkgdb f25" cron_file=update-koji-owner-fedora when: inventory_hostname.startswith('bodhi-backend01') and env == "production" tags: