From afa44e37e0ba103d3e54f006f377af99ef09ed0d Mon Sep 17 00:00:00 2001 From: Carl George Date: Tue, 11 Nov 2025 13:03:44 -0600 Subject: [PATCH] Retire EPEL 10.0 Signed-off-by: Carl George --- roles/batcave/files/rhel10-sync | 2 +- roles/bodhi2/backend/files/new-updates-sync | 14 -------------- vars/all/EPEL.yaml | 8 ++++---- 3 files changed, 5 insertions(+), 19 deletions(-) diff --git a/roles/batcave/files/rhel10-sync b/roles/batcave/files/rhel10-sync index 7a4277a3be..449f7c85fc 100644 --- a/roles/batcave/files/rhel10-sync +++ b/roles/batcave/files/rhel10-sync @@ -1,6 +1,6 @@ #!/usr/bin/bash -RELEASEVERS=('10.0') +RELEASEVERS=('10.1') ARCHES=('aarch64' 'ppc64le' 's390x' 'x86_64') REPOS=('baseos' 'appstream' 'crb') diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index bbf1d796bf..d0b622ee90 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -192,20 +192,6 @@ RELEASES = {'f43': {'topic': 'fedora', 'dest': os.path.join(EPELDEST, 'testing', '10.1', 'Everything')}, ]}} }, - 'epel10.0': {'topic': 'epel', - 'version': '10.0', - 'modules': ['epel'], - 'repos': {'epel': { - 'from': 'epel10.0', - 'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'], - 'dest': os.path.join(EPELDEST, '10.0', 'Everything')}, - ]}, - 'epel-testing': { - 'from': 'epel10.0-testing', - 'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'], - 'dest': os.path.join(EPELDEST, 'testing', '10.0', 'Everything')}, - ]}} - }, 'epel9': {'topic': 'epel', 'version': '9', 'modules': ['epel'], diff --git a/vars/all/EPEL.yaml b/vars/all/EPEL.yaml index d165c3f035..f2b754db2d 100644 --- a/vars/all/EPEL.yaml +++ b/vars/all/EPEL.yaml @@ -9,12 +9,12 @@ epel_key: "e37ed158" # EOL, i.e. the start of the RHEL maintenance phase. epel_minor: 2 -# The EPEL minor version that has been branched, but doesn't have a -# mathing RHEL minor version released yet. Set to false if not available. -epel_branched_minor: 1 +# The EPEL minor version that has been branched, but doesn't have a matching +# RHEL minor version released yet. Set to false if not available. +epel_branched_minor: false # The EPEL minor version that matches RHEL. Set to false prior to the RHEL GA. -epel_z_minor: 0 +epel_z_minor: 1 # Assemble a list of EPEL tag names. When a minor version is set to false, # that list item will be an empty string, which is then removed with select in -- 2.54.0