1
0
Fork 0
forked from infra/ansible

Retire EPEL 10.1

Signed-off-by: Diego Herrera <dherrera@redhat.com>
This commit is contained in:
Diego Herrera 2026-05-07 16:32:55 -04:00 committed by Carl George
commit 6e0f4fe7b0
3 changed files with 3 additions and 17 deletions

View file

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

View file

@ -198,20 +198,6 @@ RELEASES = {'f44': {'topic': 'fedora',
'dest': os.path.join(EPELDEST, 'testing', '10.2', 'Everything')},
]}}
},
'epel10.1': {'topic': 'epel',
'version': '10.1',
'modules': ['epel'],
'repos': {'epel': {
'from': 'epel10.1',
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
'dest': os.path.join(EPELDEST, '10.1', 'Everything')},
]},
'epel-testing': {
'from': 'epel10.1-testing',
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
'dest': os.path.join(EPELDEST, 'testing', '10.1', 'Everything')},
]}}
},
'epel9': {'topic': 'epel',
'version': '9',
'modules': ['epel'],

View file

@ -11,10 +11,10 @@ epel_minor: 3
# 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: 2
epel_branched_minor: false
# The EPEL minor version that matches RHEL. Set to false prior to the RHEL GA.
epel_z_minor: 1
epel_z_minor: 2
# 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