From a15e378443c3beb102073dc45be391eb8a5f4b30 Mon Sep 17 00:00:00 2001 From: Carl George Date: Wed, 2 Apr 2025 16:39:28 -0500 Subject: [PATCH] bodhi_backend: publish EPEL 10.1 to 10.1 paths https://pagure.io/epel/issue/324 Signed-off-by: Carl George --- roles/bodhi2/backend/files/new-updates-sync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 3e329b1a74..f7cdcf7ca4 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -164,12 +164,12 @@ RELEASES = {'f42': {'topic': 'fedora', 'repos': {'epel': { 'from': 'epel10.1', 'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'], - 'dest': os.path.join(EPELDEST, '10', 'Everything')}, + 'dest': os.path.join(EPELDEST, '10.1', 'Everything')}, ]}, 'epel-testing': { 'from': 'epel10.1-testing', 'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'], - 'dest': os.path.join(EPELDEST, 'testing', '10', 'Everything')}, + 'dest': os.path.join(EPELDEST, 'testing', '10.1', 'Everything')}, ]}} }, 'epel10.0': {'topic': 'epel',