bodhi_backend: publish EPEL 10.1 to 10.1 paths

https://pagure.io/epel/issue/324

Signed-off-by: Carl George <carlwgeorge@gmail.com>
This commit is contained in:
Carl George 2025-04-02 16:39:28 -05:00
parent 654260ceff
commit a15e378443

View file

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