In 00f727dbaf I had a syntax error.
This commit is contained in:
Dusty Mabe 2018-02-12 13:46:00 -05:00
parent 30594ba5d1
commit 86d5272115
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -56,7 +56,7 @@ RELEASES = {'f27': {'topic': 'fedora',
'repos': {'updates': {
'from': 'f26-updates',
'ostrees': [{'ref': 'fedora/26/x86_64/updates/atomic-host',
'dest': os.path.join(ATOMICDEST, '26')}],
'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')}],