forked from infra/ansible
Retire EPEL 10.1
Signed-off-by: Diego Herrera <dherrera@redhat.com>
This commit is contained in:
parent
0723ffa45d
commit
6e0f4fe7b0
3 changed files with 3 additions and 17 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
RELEASEVERS=('10.1')
|
||||
RELEASEVERS=('10.2')
|
||||
ARCHES=('aarch64' 'ppc64le' 's390x' 'x86_64')
|
||||
REPOS=('baseos' 'appstream' 'crb')
|
||||
|
||||
|
|
|
|||
|
|
@ -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'],
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue