diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 743a9b83bd..242ebdfa2a 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -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']}],