bodhi / backend: remove epel8-next sync too

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-07-05 18:30:16 -07:00
parent e41d2924e1
commit 115c22652d

View file

@ -152,20 +152,6 @@ RELEASES = {'f40': {'topic': 'fedora',
'dest': os.path.join(EPELDEST, '8', 'Everything')}
]}}
},
'epel8n': {'topic': 'epel',
'version': '8',
'modules': ['epel'],
'repos': {'epel-testing': {
'from': 'epel8-next-testing',
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 'source'],
'dest': os.path.join(EPELDEST, 'testing', 'next', '8', 'Everything')}
]},
'epel': {
'from': 'epel8-next',
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 'source'],
'dest': os.path.join(EPELDEST, 'next', '8', 'Everything')}
]}}
},
}