From afea19e6fa8bae17cdaa0fe5bbe74e1c49b78a56 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 29 Oct 2018 14:16:02 -0400 Subject: [PATCH] new-updates-sync: no longer sync stable refs for ostrees Now that we are releasing f29, no longer sync the stable refs. The atomic host stable ref will be controlled by two week releases. The silverblue stable ref will be aliased to the updates ref. --- roles/bodhi2/backend/files/new-updates-sync | 7 ------- 1 file changed, 7 deletions(-) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index cbc8b93003..b9b9fa6342 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -28,14 +28,7 @@ RELEASES = {'f29': {'topic': 'fedora', 'ostrees': [{'ref': 'fedora/29/%(arch)s/updates/atomic-host', 'dest': ATOMICDEST, 'arches': ['x86_64', 'ppc64le', 'aarch64']}, - # sync base ref for now until f29 is released - {'ref': 'fedora/29/%(arch)s/atomic-host', - 'dest': ATOMICDEST, - 'arches': ['x86_64', 'ppc64le', 'aarch64']}, {'ref': 'fedora/29/x86_64/updates/silverblue', - 'dest': ATOMICDEST}, - # sync base ref for now until f29 is released - {'ref': 'fedora/29/x86_64/silverblue', 'dest': ATOMICDEST}], 'to': [{'arches': ['x86_64', 'armhfp', 'aarch64', 'source'], 'dest': os.path.join(FEDORADEST, '29', 'Everything')},