From 7bc194f17a2257553f9544ef5d627f356153ca13 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 29 Nov 2017 16:10:19 +0000 Subject: [PATCH] Work around link missing on f25 ostree Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/files/new-updates-sync | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index fe89b9b187..c8a64dce9c 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -28,6 +28,9 @@ RELEASES = {'f27': {'topic': 'fedora', 'dest': os.path.join(ATOMICDEST, '27'), 'arches': ['x86_64', 'ppc64le', 'aarch64']}, {'ref': 'fedora/27/x86_64/updates/workstation', + 'dest': os.path.join(ATOMICDEST, 'workstation')}, + # Hack around for the fact that ostree on f25 doesn't know links + {'ref': 'fedora/27/x86_64/workstation', 'dest': os.path.join(ATOMICDEST, 'workstation')}], 'to': [{'arches': ['x86_64', 'armhfp', 'source'], 'dest': os.path.join(FEDORADEST, '27')},