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.
This commit is contained in:
Dusty Mabe 2018-10-29 14:16:02 -04:00
parent 85f08b9613
commit afea19e6fa
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -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')},