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:
Dusty Mabe 2018-02-09 12:10:33 -05:00
parent 39fb321ecd
commit 00f727dbaf
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -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'],