From 0010905feed73430b97e99cfa18c1ac4926a5ae1 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 29 May 2018 15:24:07 +0000 Subject: [PATCH] Fedora 26 EOL Signed-off-by: Mohan Boddu --- .../backend/files/koji-sync-listener.py | 2 +- roles/bodhi2/backend/files/new-updates-sync | 25 ------------------- roles/bodhi2/backend/tasks/main.yml | 2 +- 3 files changed, 2 insertions(+), 27 deletions(-) diff --git a/roles/bodhi2/backend/files/koji-sync-listener.py b/roles/bodhi2/backend/files/koji-sync-listener.py index f95616bffc..50d3afaa64 100644 --- a/roles/bodhi2/backend/files/koji-sync-listener.py +++ b/roles/bodhi2/backend/files/koji-sync-listener.py @@ -23,7 +23,7 @@ def handle(content): sys.stdout.flush() # XXX If you modify this taglist. Please also modify the other copy in # bodhi2/backend/tasks/main.yml - taglist = 'f29 f28 f27 f26 f29-container f28-container f27-container f26-container f28-docker f27-docker f26-docker f29-modular f28-modular f27-modular epel7 dist-6E-epel module-package-list modular' + taglist = 'f29 f28 f27 f29-container f28-container f27-container f28-docker f27-docker f29-modular f28-modular f27-modular epel7 dist-6E-epel module-package-list modular' cmd = [ '/usr/local/bin/owner-sync-pagure', '--package', package, diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 4092e6526f..34a5286227 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -102,31 +102,6 @@ RELEASES = {'f28': {'topic': 'fedora', 'dest': os.path.join(FEDORAALTDEST, 'testing', '27')} ]}} }, - 'f26': {'topic': 'fedora', - 'version': '26', - 'modules': ['fedora', 'fedora-secondary'], - 'repos': {'updates': { - 'from': 'f26-updates', - 'ostrees': [{'ref': 'fedora/26/x86_64/updates/atomic-host', - 'dest': '/mnt/koji/atomic/26/'}, - # Hack around for the fact that ostree on f25 doesn't know links - {'ref': 'fedora/26/x86_64/atomic-host', - 'dest': '/mnt/koji/atomic/26/'}], - 'to': [{'arches': ['x86_64', 'armhfp', 'source'], - 'dest': os.path.join(FEDORADEST, '26')}, - {'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le'], - 'dest': os.path.join(FEDORAALTDEST, '26')} - ]}, - 'updates-testing': { - 'from': 'f26-updates-testing', - 'ostrees': [{'ref': 'fedora/26/x86_64/testing/atomic-host', - 'dest': '/mnt/koji/atomic/26/'}], - 'to': [{'arches': ['x86_64', 'armhfp', 'source'], - 'dest': os.path.join(FEDORADEST, 'testing', '26')}, - {'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le'], - 'dest': os.path.join(FEDORAALTDEST, 'testing', '26')} - ]}} - }, 'epel7': {'topic': 'epel', 'version': '7', 'modules': ['epel'], diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index 9e299e2504..a315289228 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -176,7 +176,7 @@ # bodhi2/backend/files/koji-sync-listener.py # This cronjob runs only once a day. The listener 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 f29 f28 f27 f26 f29-container f28-container f27-container f26-container f28-docker f27-docker f26-docker f28-modular f27-modular epel7 dist-6E-epel module-package-list modular'" + job="/usr/local/bin/lock-wrapper owner-sync '/usr/local/bin/owner-sync-pagure f29 f28 f27 f29-container f28-container f27-container f28-docker f27-docker f28-modular f27-modular epel7 dist-6E-epel module-package-list modular'" cron_file=update-koji-owner when: inventory_hostname.startswith('bodhi-backend01') and env == "production" tags: