bodhi-backend / updates-sync: fix missing ,s
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
fde534382c
commit
cf2032cac9
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ RELEASES = {'f42': {'topic': 'fedora',
|
|||
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
||||
{'ref': 'fedora/42/%(arch)s/updates/onyx',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'ppc64le', 'aarch64']}
|
||||
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
||||
{'ref': 'fedora/42/%(arch)s/updates/cosmic-atomic',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'aarch64']}],
|
||||
|
@ -64,7 +64,7 @@ RELEASES = {'f42': {'topic': 'fedora',
|
|||
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
||||
{'ref': 'fedora/42/%(arch)s/testing/onyx',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'ppc64le', 'aarch64']}
|
||||
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
||||
{'ref': 'fedora/42/%(arch)s/testing/cosmic-atomic',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'aarch64']}],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue