Retire EPEL 10.0

Signed-off-by: Carl George <carlwgeorge@gmail.com>
This commit is contained in:
Carl George
2025-11-11 13:03:44 -06:00
parent 1a10743421
commit afa44e37e0
3 changed files with 5 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/bash
RELEASEVERS=('10.0')
RELEASEVERS=('10.1')
ARCHES=('aarch64' 'ppc64le' 's390x' 'x86_64')
REPOS=('baseos' 'appstream' 'crb')

View File

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

View File

@@ -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