From 00f727dbaf53d07c9976d0693b9711141b5220fe Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 9 Feb 2018 12:10:33 -0500 Subject: [PATCH] atomic host life support for f26 Sync out the stable ref too, which is just aliased to the updates ref at this point. --- 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 142a735166..e220d71210 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -57,6 +57,9 @@ RELEASES = {'f27': {'topic': 'fedora', 'from': 'f26-updates', 'ostrees': [{'ref': 'fedora/26/x86_64/updates/atomic-host', 'dest': os.path.join(ATOMICDEST, '26')}], + # Hack around for the fact that ostree on f25 doesn't know links + {'ref': 'fedora/26/x86_64/atomic-host', + 'dest': os.path.join(ATOMICDEST, '26')}], 'to': [{'arches': ['x86_64', 'armhfp', 'source'], 'dest': os.path.join(FEDORADEST, '26')}, {'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le'],