We also need to sync the f28 stable updates content.
This commit is contained in:
parent
6a1ad7870d
commit
441be3d4ee
1 changed files with 5 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue