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'],