bodhi / new-updates-sync: do not sync armhfp for f37+

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-04-19 19:48:09 -07:00
parent ce04d4a22f
commit 6c64c86983

View file

@ -40,7 +40,7 @@ RELEASES = {'f38': {'topic': 'fedora',
{'ref': 'fedora/38/%(arch)s/updates/sericea',
'dest': OSTREEDEST,
'arches': ['x86_64', 'ppc64le', 'aarch64']}],
'to': [{'arches': ['x86_64', 'armhfp', 'aarch64', 'source'],
'to': [{'arches': ['x86_64', 'aarch64', 'source'],
'dest': os.path.join(FEDORADEST, '38', 'Everything')},
{'arches': ['ppc64le', 's390x'],
'dest': os.path.join(FEDORAALTDEST, '38', 'Everything')}
@ -56,7 +56,7 @@ RELEASES = {'f38': {'topic': 'fedora',
{'ref': 'fedora/38/%(arch)s/testing/sericea',
'dest': OSTREEDEST,
'arches': ['x86_64', 'ppc64le', 'aarch64']}],
'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'],
'to': [{'arches': ['x86_64', 'aarch64', 'source'],
'dest': os.path.join(FEDORADEST, 'testing', '38', 'Everything')},
{'arches': ['ppc64le', 's390x'],
'dest': os.path.join(FEDORAALTDEST, 'testing', '38', 'Everything')}
@ -93,7 +93,7 @@ RELEASES = {'f38': {'topic': 'fedora',
{'ref': 'fedora/37/%(arch)s/updates/kinoite',
'dest': OSTREEDEST,
'arches': ['x86_64', 'ppc64le', 'aarch64']}],
'to': [{'arches': ['x86_64', 'armhfp', 'aarch64', 'source'],
'to': [{'arches': ['x86_64', 'aarch64', 'source'],
'dest': os.path.join(FEDORADEST, '37', 'Everything')},
{'arches': ['ppc64le', 's390x'],
'dest': os.path.join(FEDORAALTDEST, '37', 'Everything')}
@ -106,7 +106,7 @@ RELEASES = {'f38': {'topic': 'fedora',
{'ref': 'fedora/37/%(arch)s/testing/kinoite',
'dest': OSTREEDEST,
'arches': ['x86_64', 'ppc64le', 'aarch64']}],
'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'],
'to': [{'arches': ['x86_64', 'aarch64', 'source'],
'dest': os.path.join(FEDORADEST, 'testing', '37', 'Everything')},
{'arches': ['ppc64le', 's390x'],
'dest': os.path.join(FEDORAALTDEST, 'testing', '37', 'Everything')}