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:
parent
654260ceff
commit
a15e378443
1 changed files with 2 additions and 2 deletions
|
@ -164,12 +164,12 @@ RELEASES = {'f42': {'topic': 'fedora',
|
||||||
'repos': {'epel': {
|
'repos': {'epel': {
|
||||||
'from': 'epel10.1',
|
'from': 'epel10.1',
|
||||||
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
|
'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': {
|
'epel-testing': {
|
||||||
'from': 'epel10.1-testing',
|
'from': 'epel10.1-testing',
|
||||||
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
|
'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',
|
'epel10.0': {'topic': 'epel',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue