From 30f3aa66f9fb69729cd9059e489554bf664b900f Mon Sep 17 00:00:00 2001 From: Carl George Date: Wed, 1 Dec 2021 20:14:09 -0600 Subject: [PATCH] bodhi2/backend: Add epel9 to releases in new-updates-sync Signed-off-by: Carl George --- roles/bodhi2/backend/files/new-updates-sync | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index c21af665b6..9aaf16928a 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -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'],