atomic host life support for f26
Sync out the stable ref too, which is just aliased to the updates ref at this point.
This commit is contained in:
parent
39fb321ecd
commit
00f727dbaf
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ RELEASES = {'f27': {'topic': 'fedora',
|
|||
'from': 'f26-updates',
|
||||
'ostrees': [{'ref': 'fedora/26/x86_64/updates/atomic-host',
|
||||
'dest': os.path.join(ATOMICDEST, '26')}],
|
||||
# Hack around for the fact that ostree on f25 doesn't know links
|
||||
{'ref': 'fedora/26/x86_64/atomic-host',
|
||||
'dest': os.path.join(ATOMICDEST, '26')}],
|
||||
'to': [{'arches': ['x86_64', 'armhfp', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, '26')},
|
||||
{'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue