From b8b43be0cd35194c9508776e28cef97deeb2dd3e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 29 May 2019 02:23:52 +0000 Subject: [PATCH] bodhi/new-updates-sync: do not try and sync ppc64 for epel6/7 as we stopped composing that today with f28 eol. Signed-off-by: Kevin Fenzi --- roles/bodhi2/backend/files/new-updates-sync | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index b8daf76575..e93a0bba5d 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -115,12 +115,12 @@ RELEASES = {'f30': {'topic': 'fedora', 'modules': ['epel'], 'repos': {'epel-testing': { 'from': 'epel7-testing', - 'to': [{'arches': ['x86_64', 'aarch64', 'ppc64', 'ppc64le', 'source'], + 'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 'source'], 'dest': os.path.join(EPELDEST, 'testing', '7')} ]}, 'epel': { 'from': 'epel7', - 'to': [{'arches': ['x86_64', 'aarch64', 'ppc64', 'ppc64le', 'source'], + 'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 'source'], 'dest': os.path.join(EPELDEST, '7')} ]}} }, @@ -129,12 +129,12 @@ RELEASES = {'f30': {'topic': 'fedora', 'modules': ['epel'], 'repos': {'epel': { 'from': 'dist-6E-epel', - 'to': [{'arches': ['x86_64', 'ppc64', 'i386', 'source'], + 'to': [{'arches': ['x86_64', 'i386', 'source'], 'dest': os.path.join(EPELDEST, '6')} ]}, 'epel-testing': { 'from': 'dist-6E-epel-testing', - 'to': [{'arches': ['x86_64', 'ppc64', 'i386', 'source'], + 'to': [{'arches': ['x86_64', 'i386', 'source'], 'dest': os.path.join(EPELDEST, 'testing', '6')} ]}, }