From 26371877bb814706793f8b5c0ee1be1eaaa23209 Mon Sep 17 00:00:00 2001 From: Tomas Hrcka Date: Tue, 13 Sep 2022 09:58:50 +0200 Subject: [PATCH] Remove armhfp from modular updates Signed-off-by: Tomas Hrcka --- roles/bodhi2/backend/files/new-updates-sync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index e8e04face6..b61cafedd1 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -62,7 +62,7 @@ RELEASES = {'f37': {'topic': 'fedora', 'repos': {'updates': { 'from': 'f37-modular-updates', 'ostrees': [], - 'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'], + 'to': [{'arches': ['x86_64', 'aarch64', 'source'], 'dest': os.path.join(FEDORADEST, '37', 'Modular')}, {'arches': ['ppc64le', 's390x'], 'dest': os.path.join(FEDORAALTDEST, '37', 'Modular')} @@ -70,7 +70,7 @@ RELEASES = {'f37': {'topic': 'fedora', 'updates-testing': { 'from': 'f37-modular-updates-testing', 'ostrees': [], - 'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'], + 'to': [{'arches': ['x86_64', 'aarch64', 'source'], 'dest': os.path.join(FEDORADEST, 'testing', '37', 'Modular')}, {'arches': ['ppc64le', 's390x'], 'dest': os.path.join(FEDORAALTDEST, 'testing', '37', 'Modular')}