mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
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:
@@ -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')},
|
||||
|
||||
Reference in New Issue
Block a user