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:
parent
9e6f9104cb
commit
354141b4e3
1 changed files with 5 additions and 1 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue