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.
This commit is contained in:
Dusty Mabe 2018-10-01 13:19:28 -04:00
parent 9e6f9104cb
commit 354141b4e3
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -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'],