Branch epel10.2 from epel10

Signed-off-by: Carl George <carlwgeorge@gmail.com>
This commit is contained in:
Carl George 2026-02-11 20:55:49 -06:00 committed by Carl George
commit 12b9712962
3 changed files with 17 additions and 3 deletions

View file

@ -23,4 +23,4 @@ ${RSYNC} ${RS_OPT} ${RS_DEADLY} ${CENT_EXCLUDES} ${SERVER}::${RSYNC_MOD} ${RSYNC
# resembles RHEL 10.x for the epel10.x-build tag to use temporarily until the
# actual RHEL 10.x is released.
# https://forge.fedoraproject.org/infra/tickets/12394
${RSYNC} ${RS_OPT} ${RS_DEADLY} --link-dest=${RSYNC_DESTDIR} ${RSYNC_DESTDIR} ${RSYNC_SNAPDIR}
#${RSYNC} ${RS_OPT} ${RS_DEADLY} --link-dest=${RSYNC_DESTDIR} ${RSYNC_DESTDIR} ${RSYNC_SNAPDIR}

View file

@ -170,6 +170,20 @@ RELEASES = {'f44': {'topic': 'fedora',
'dest': os.path.join(FEDORAALTDEST, 'testing', '42', 'Everything')}
]}}
},
'epel10.3': {'topic': 'epel',
'version': '10.3',
'modules': ['epel'],
'repos': {'epel': {
'from': 'epel10.3',
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
'dest': os.path.join(EPELDEST, '10.3', 'Everything')},
]},
'epel-testing': {
'from': 'epel10.3-testing',
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
'dest': os.path.join(EPELDEST, 'testing', '10.3', 'Everything')},
]}}
},
'epel10.2': {'topic': 'epel',
'version': '10.2',
'modules': ['epel'],

View file

@ -7,11 +7,11 @@ epel_key: "e37ed158"
# The EPEL minor version that matches CentOS. Set to false once CentOS reaches
# EOL, i.e. the start of the RHEL maintenance phase.
epel_minor: 2
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: false
epel_branched_minor: 2
# The EPEL minor version that matches RHEL. Set to false prior to the RHEL GA.
epel_z_minor: 1