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'],