bodhi2/backend: Add epel9 to releases in new-updates-sync

Signed-off-by: Carl George <carl@george.computer>
This commit is contained in:
Carl George 2021-12-01 20:14:09 -06:00
parent 227913d1e9
commit 30f3aa66f9

View file

@ -120,6 +120,20 @@ RELEASES = {'f35': {'topic': 'fedora',
'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',
'version': '9',
'modules': ['epel'],