bodhi2/backend: Add epel9 to releases in new-updates-sync
Signed-off-by: Carl George <carl@george.computer>
This commit is contained in:
parent
227913d1e9
commit
30f3aa66f9
1 changed files with 14 additions and 0 deletions
|
@ -120,6 +120,20 @@ RELEASES = {'f35': {'topic': 'fedora',
|
||||||
'dest': os.path.join(FEDORAALTDEST, 'testing', '34', 'Modular')}
|
'dest': os.path.join(FEDORAALTDEST, 'testing', '34', 'Modular')}
|
||||||
]}}
|
]}}
|
||||||
},
|
},
|
||||||
|
'epel9': {'topic': 'epel',
|
||||||
|
'version': '9',
|
||||||
|
'modules': ['epel'],
|
||||||
|
'repos': {'epel-testing': {
|
||||||
|
'from': 'epel9-testing',
|
||||||
|
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
|
||||||
|
'dest': os.path.join(EPELDEST, 'testing', '9', 'Everything')}
|
||||||
|
]},
|
||||||
|
'epel': {
|
||||||
|
'from': 'epel9',
|
||||||
|
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
|
||||||
|
'dest': os.path.join(EPELDEST, '9', 'Everything')}
|
||||||
|
]}}
|
||||||
|
},
|
||||||
'epel9n': {'topic': 'epel',
|
'epel9n': {'topic': 'epel',
|
||||||
'version': '9',
|
'version': '9',
|
||||||
'modules': ['epel'],
|
'modules': ['epel'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue