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

Signed-off-by: Carl George <carl@george.computer>
This commit is contained in:
Carl George 2021-09-24 16:51:57 -05:00
parent 3516b92e73
commit 87308a1d5a

View file

@ -158,6 +158,20 @@ RELEASES = {'f35': {'topic': 'fedora',
'dest': os.path.join(FEDORAALTDEST, 'testing', '33', 'Modular')}
]}}
},
'epel9n': {'topic': 'epel',
'version': '9',
'modules': ['epel'],
'repos': {'epel-testing': {
'from': 'epel9-next-testing',
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
'dest': os.path.join(EPELDEST, 'testing', 'next', '9', 'Everything')}
]},
'epel': {
'from': 'epel9-next',
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
'dest': os.path.join(EPELDEST, 'next', '9', 'Everything')}
]}}
},
'epel8': {'topic': 'epel',
'version': '8',
'modules': ['epel'],