| |
@@ -152,18 +152,32 @@
|
| |
'dest': os.path.join(FEDORAALTDEST, 'testing', '40', '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', 'Everything')},
|
| |
+ ]},
|
| |
+ 'epel-testing': {
|
| |
+ 'from': 'epel10.1-testing',
|
| |
+ 'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
|
| |
+ 'dest': os.path.join(EPELDEST, 'testing', '10', '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', 'Everything')},
|
| |
+ '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', 'Everything')},
|
| |
+ 'dest': os.path.join(EPELDEST, 'testing', '10.0', 'Everything')},
|
| |
]}}
|
| |
},
|
| |
'epel9': {'topic': 'epel',
|
| |
Signed-off-by: Carl George carlwgeorge@gmail.com