mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
RELEASEVERS=('10.0')
|
||||
RELEASEVERS=('10.1')
|
||||
ARCHES=('aarch64' 'ppc64le' 's390x' 'x86_64')
|
||||
REPOS=('baseos' 'appstream' 'crb')
|
||||
|
||||
|
||||
@@ -192,20 +192,6 @@ RELEASES = {'f43': {'topic': 'fedora',
|
||||
'dest': os.path.join(EPELDEST, 'testing', '10.1', 'Everything')},
|
||||
]}}
|
||||
},
|
||||
'epel10.0': {'topic': 'epel',
|
||||
'version': '10.0',
|
||||
'modules': ['epel'],
|
||||
'repos': {'epel': {
|
||||
'from': 'epel10.0',
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
|
||||
'dest': os.path.join(EPELDEST, '10.0', 'Everything')},
|
||||
]},
|
||||
'epel-testing': {
|
||||
'from': 'epel10.0-testing',
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
|
||||
'dest': os.path.join(EPELDEST, 'testing', '10.0', 'Everything')},
|
||||
]}}
|
||||
},
|
||||
'epel9': {'topic': 'epel',
|
||||
'version': '9',
|
||||
'modules': ['epel'],
|
||||
|
||||
@@ -9,12 +9,12 @@ epel_key: "e37ed158"
|
||||
# EOL, i.e. the start of the RHEL maintenance phase.
|
||||
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: 1
|
||||
# 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
|
||||
|
||||
# The EPEL minor version that matches RHEL. Set to false prior to the RHEL GA.
|
||||
epel_z_minor: 0
|
||||
epel_z_minor: 1
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user