diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 472b2bb7ba..df3f570fac 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -172,6 +172,20 @@ RELEASES = {'f34': {'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')} + ]}} + }, 'epel8m': {'topic': 'epel', 'version': '8m', 'modules': ['epel'],