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',