bodhi: add epel10.0 to new-updates-sync #2215
1 changed files with 14 additions and 0 deletions
|
@ -152,6 +152,20 @@ RELEASES = {'f41': {'topic': 'fedora',
|
|||
'dest': os.path.join(FEDORAALTDEST, 'testing', '39', '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')}
|
||||
]},
|
||||
'epel-testing': {
|
||||
'from': 'epel10.0-testing',
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
|
||||
'dest': os.path.join(EPELDEST, 'testing', '10', 'Everything')}
|
||||
]}}
|
||||
},
|
||||
'epel9': {'topic': 'epel',
|
||||
'version': '9',
|
||||
'modules': ['epel'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue