Branch epel10.1 from epel10 #2813

Merged
james merged 1 commit from epel10.1-branching into main 2025-08-25 15:37:10 +00:00
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://pagure.io/fedora-infrastructure/issue/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

@ -164,6 +164,20 @@ RELEASES = {'f43': {'topic': 'fedora',
'dest': os.path.join(FEDORAALTDEST, 'testing', '41', 'Everything')}
]}}
},
'epel10.2': {'topic': 'epel',
'version': '10.2',
'modules': ['epel'],
'repos': {'epel': {
'from': 'epel10.2',
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
'dest': os.path.join(EPELDEST, '10.2', 'Everything')},
]},
'epel-testing': {
'from': 'epel10.2-testing',
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
'dest': os.path.join(EPELDEST, 'testing', '10.2', 'Everything')},
]}}
},
'epel10.1': {'topic': 'epel',
'version': '10.1',
'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: 1
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: false
epel_branched_minor: 1
# The EPEL minor version that matches RHEL. Set to false prior to the RHEL GA.
epel_z_minor: 0