From e43b8f84b63ed6ab7057f5db31eace9cf8bfd64a Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 29 Nov 2017 15:46:05 +0000 Subject: [PATCH] Sync FAW trees Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/files/new-updates-sync | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 86864ce739..fe89b9b187 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -26,7 +26,9 @@ 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', 'ppc64le', 'aarch64']}], + 'arches': ['x86_64', 'ppc64le', 'aarch64']}, + {'ref': 'fedora/27/x86_64/updates/workstation', + 'dest': os.path.join(ATOMICDEST, 'workstation')}], 'to': [{'arches': ['x86_64', 'armhfp', 'source'], 'dest': os.path.join(FEDORADEST, '27')}, {'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le', 's390x'], @@ -36,7 +38,9 @@ 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', 'ppc64le', 'aarch64']}], + 'arches': ['x86_64', 'ppc64le', 'aarch64']}, + {'ref': 'fedora/27/x86_64/testing/workstation', + 'dest': os.path.join(ATOMICDEST, 'workstation')}], 'to': [{'arches': ['x86_64', 'armhfp', 'source'], 'dest': os.path.join(FEDORADEST, 'testing', '27')}, {'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le', 's390x'],