From 87308a1d5a44a6eb77b9b1046b6e5fef93c0ac06 Mon Sep 17 00:00:00 2001 From: Carl George Date: Fri, 24 Sep 2021 16:51:57 -0500 Subject: [PATCH] bodhi2/backend: Add epel9-next 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 a2efada11c..3e951c83b8 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -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'],