From 354141b4e30f5dc711e9a24a78b0289dc2fa3e73 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 1 Oct 2018 13:19:28 -0400 Subject: [PATCH] new-updates-sync: sync the base ref for now until f29 release Until f29 is released lets sync over the base ref so that people who are running beta can get updates or people who want to can rebase. --- roles/bodhi2/backend/files/new-updates-sync | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 57fb457fc5..cbc8b93003 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -28,9 +28,13 @@ 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}, - # Hack around for the fact that ostree on f25 doesn't know links + # sync base ref for now until f29 is released {'ref': 'fedora/29/x86_64/silverblue', 'dest': ATOMICDEST}], 'to': [{'arches': ['x86_64', 'armhfp', 'aarch64', 'source'],