Branch epel10.1 from epel10 #2813
3 changed files with 17 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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'],
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue