new-updates-sync: fix some syntax errors

This commit is contained in:
Dusty Mabe 2018-04-25 10:12:50 -04:00
parent 617a02ec26
commit 0c94490c57
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

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