From 249789ad174ec2c812bedf5a0d1280da162613c9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 21 Dec 2024 09:02:19 -0800 Subject: [PATCH] updates-sync: we should no longer be syncing f39 Signed-off-by: Kevin Fenzi --- roles/bodhi2/backend/files/new-updates-sync | 42 --------------------- 1 file changed, 42 deletions(-) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index b745501608..944013c4cc 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -110,48 +110,6 @@ RELEASES = {'f41': {'topic': 'fedora', 'dest': os.path.join(FEDORAALTDEST, 'testing', '40', 'Everything')} ]}} }, - 'f39': {'topic': 'fedora', - 'version': '39', - 'modules': ['fedora', 'fedora-secondary'], - 'repos': {'updates': { - 'from': 'f39-updates', - 'ostrees': [{'ref': 'fedora/39/%(arch)s/updates/silverblue', - 'dest': OSTREEDEST, - 'arches': ['x86_64', 'ppc64le', 'aarch64']}, - {'ref': 'fedora/39/%(arch)s/updates/kinoite', - 'dest': OSTREEDEST, - 'arches': ['x86_64', 'ppc64le', 'aarch64']}, - {'ref': 'fedora/39/%(arch)s/updates/sericea', - 'dest': OSTREEDEST, - 'arches': ['x86_64', 'ppc64le', 'aarch64']}, - {'ref': 'fedora/39/%(arch)s/updates/onyx', - 'dest': OSTREEDEST, - 'arches': ['x86_64', 'ppc64le', 'aarch64']}], - 'to': [{'arches': ['x86_64', 'aarch64', 'source'], - 'dest': os.path.join(FEDORADEST, '39', 'Everything')}, - {'arches': ['ppc64le', 's390x'], - 'dest': os.path.join(FEDORAALTDEST, '39', 'Everything')} - ]}, - 'updates-testing': { - 'from': 'f39-updates-testing', - 'ostrees': [{'ref': 'fedora/39/%(arch)s/testing/silverblue', - 'dest': OSTREEDEST, - 'arches': ['x86_64', 'ppc64le', 'aarch64']}, - {'ref': 'fedora/39/%(arch)s/testing/kinoite', - 'dest': OSTREEDEST, - 'arches': ['x86_64', 'ppc64le', 'aarch64']}, - {'ref': 'fedora/39/%(arch)s/testing/sericea', - 'dest': OSTREEDEST, - 'arches': ['x86_64', 'ppc64le', 'aarch64']}, - {'ref': 'fedora/39/%(arch)s/testing/onyx', - 'dest': OSTREEDEST, - 'arches': ['x86_64', 'ppc64le', 'aarch64']}], - 'to': [{'arches': ['x86_64', 'aarch64', 'source'], - 'dest': os.path.join(FEDORADEST, 'testing', '39', 'Everything')}, - {'arches': ['ppc64le', 's390x'], - 'dest': os.path.join(FEDORAALTDEST, 'testing', '39', 'Everything')} - ]}} - }, 'epel10.0': {'topic': 'epel', 'version': '10.0', 'modules': ['epel'],