We also need to sync the f28 stable updates content.

This commit is contained in:
Kevin Fenzi 2018-04-27 00:52:57 +00:00
parent 6a1ad7870d
commit 441be3d4ee

View file

@ -32,7 +32,11 @@ RELEASES = {'f28': {'topic': 'fedora',
# Hack around for the fact that ostree on f25 doesn't know links
{'ref': 'fedora/28/x86_64/workstation',
'dest': ATOMICDEST}],
'to': []},
'to': [{'arches': ['x86_64', 'armhfp', 'aarch64', 'source'],
'dest': os.path.join(FEDORADEST, '28')},
{'arches': ['i386', 'ppc64', 'ppc64le', 's390x'],
'dest': os.path.join(FEDORAALTDEST, '28')}
]},
'updates-testing': {
'from': 'f28-updates-testing',
'ostrees': [{'ref': 'fedora/28/%(arch)s/testing/atomic-host',