roles/bodhi2/new-updates-sync: No sync for PPC64LE Atomic Desktops

See: https://fedoraproject.org/wiki/Changes/AtomicDesktopsNoPpc64le
This commit is contained in:
Timothée Ravier 2025-03-10 11:16:34 +01:00 committed by kevin
parent 7a64016377
commit c4710ce336

View file

@ -33,16 +33,16 @@ RELEASES = {'f42': {'topic': 'fedora',
'from': 'f42-updates',
'ostrees': [{'ref': 'fedora/42/%(arch)s/updates/silverblue',
'dest': OSTREEDEST,
'arches': ['x86_64', 'ppc64le', 'aarch64']},
'arches': ['x86_64', 'aarch64']},
{'ref': 'fedora/42/%(arch)s/updates/kinoite',
'dest': OSTREEDEST,
'arches': ['x86_64', 'ppc64le', 'aarch64']},
'arches': ['x86_64', 'aarch64']},
{'ref': 'fedora/42/%(arch)s/updates/sericea',
'dest': OSTREEDEST,
'arches': ['x86_64', 'ppc64le', 'aarch64']},
'arches': ['x86_64', 'aarch64']},
{'ref': 'fedora/42/%(arch)s/updates/onyx',
'dest': OSTREEDEST,
'arches': ['x86_64', 'ppc64le', 'aarch64']},
'arches': ['x86_64', 'aarch64']},
{'ref': 'fedora/42/%(arch)s/updates/cosmic-atomic',
'dest': OSTREEDEST,
'arches': ['x86_64', 'aarch64']}],
@ -55,16 +55,16 @@ RELEASES = {'f42': {'topic': 'fedora',
'from': 'f42-updates-testing',
'ostrees': [{'ref': 'fedora/42/%(arch)s/testing/silverblue',
'dest': OSTREEDEST,
'arches': ['x86_64', 'ppc64le', 'aarch64']},
'arches': ['x86_64', 'aarch64']},
{'ref': 'fedora/42/%(arch)s/testing/kinoite',
'dest': OSTREEDEST,
'arches': ['x86_64', 'ppc64le', 'aarch64']},
'arches': ['x86_64', 'aarch64']},
{'ref': 'fedora/42/%(arch)s/testing/sericea',
'dest': OSTREEDEST,
'arches': ['x86_64', 'ppc64le', 'aarch64']},
'arches': ['x86_64', 'aarch64']},
{'ref': 'fedora/42/%(arch)s/testing/onyx',
'dest': OSTREEDEST,
'arches': ['x86_64', 'ppc64le', 'aarch64']},
'arches': ['x86_64', 'aarch64']},
{'ref': 'fedora/42/%(arch)s/testing/cosmic-atomic',
'dest': OSTREEDEST,
'arches': ['x86_64', 'aarch64']}],