From 03f7710d61f6b060e7deabbd822d930ab346febf Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 26 Oct 2017 12:07:36 +0200 Subject: [PATCH] Add el6 for updates sync Signed-off-by: Patrick Uiterwijk --- 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 cdf3cb7dc5..f451c18a4e 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -70,6 +70,20 @@ RELEASES = {'f27': {'topic': 'fedora', 'dest': os.path.join(EPELDEST, '7')} ]}} }, + 'epel6': {'topic': 'epel', + 'version': '6', + 'repos': {'epel': { + 'from': 'dist-6E-epel', + 'to': [{'arches': ['x86_64', 'ppc64', 'i386', 'source'], + 'dest': os.path.join(EPELDEST, '6')} + ]}, + 'epel-testing': { + 'from': 'dist-6E-epel-testing', + 'to': [{'arches': ['x86_64', 'ppc64', 'i386', 'source'], + 'dest': os.path.join(EPELDEST, 'testing', '6')} + ]}, + } + }, }