From e1121167e84964d0cb59a816473b99b3e497b2ee Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 27 Nov 2017 20:55:34 +0000 Subject: [PATCH] We have trees for ppc64le, not ppc64 Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/files/new-updates-sync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 6a4aee1fed..86864ce739 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -26,7 +26,7 @@ RELEASES = {'f27': {'topic': 'fedora', 'from': 'f27-updates', 'ostrees': [{'ref': 'fedora/27/%(arch)s/updates/atomic-host', 'dest': os.path.join(ATOMICDEST, '27'), - 'arches': ['x86_64', 'ppc64', 'aarch64']}], + 'arches': ['x86_64', 'ppc64le', 'aarch64']}], 'to': [{'arches': ['x86_64', 'armhfp', 'source'], 'dest': os.path.join(FEDORADEST, '27')}, {'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le', 's390x'], @@ -36,7 +36,7 @@ RELEASES = {'f27': {'topic': 'fedora', 'from': 'f27-updates-testing', 'ostrees': [{'ref': 'fedora/27/%(arch)s/testing/atomic-host', 'dest': os.path.join(ATOMICDEST, '27'), - 'arches': ['x86_64', 'ppc64', 'aarch64']}], + 'arches': ['x86_64', 'ppc64le', 'aarch64']}], 'to': [{'arches': ['x86_64', 'armhfp', 'source'], 'dest': os.path.join(FEDORADEST, 'testing', '27')}, {'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le', 's390x'],