mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
bodhi-backend / updates-sync: fix missing ,s
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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']}],
|
||||
|
||||
Reference in New Issue
Block a user