From 1d93a6275beb3c37c75b4167ee07d7e0fd94e188 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Wed, 31 Jul 2019 22:22:13 +0000 Subject: [PATCH] epel8 mirrors sync Signed-off-by: Mohan Boddu --- roles/bodhi2/backend/files/new-updates-sync | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index e93a0bba5d..516e7c1360 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -110,6 +110,20 @@ RELEASES = {'f30': {'topic': 'fedora', 'dest': os.path.join(FEDORAALTDEST, 'testing', '29', 'Modular')} ]}} }, + 'epel8': {'topic': 'epel', + 'version': '8', + 'modules': ['epel'], + 'repos': {'epel-testing': { + 'from': 'epel8-testing', + 'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'], + 'dest': os.path.join(EPELDEST, 'testing', '8/Everything')} + ]}, + 'epel': { + 'from': 'epel8', + 'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'], + 'dest': os.path.join(EPELDEST, '8/Everything')} + ]}} + }, 'epel7': {'topic': 'epel', 'version': '7', 'modules': ['epel'],