From 09bbc8f3056f06f84ca3316569e8b3404015d89f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 9 Sep 2019 19:44:36 +0000 Subject: [PATCH] bodhi / backend: drop i386 from updates-sync as well. Signed-off-by: Kevin Fenzi --- roles/bodhi2/backend/files/new-updates-sync | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 975d4625c4..fde72e3ffc 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -29,7 +29,7 @@ RELEASES = {'f31': {'topic': 'fedora', 'dest': OSTREEDEST}], 'to': [{'arches': ['x86_64', 'armhfp', 'aarch64', 'source'], 'dest': os.path.join(FEDORADEST, '31', 'Everything')}, - {'arches': ['i386', 'ppc64le', 's390x'], + {'arches': ['ppc64le', 's390x'], 'dest': os.path.join(FEDORAALTDEST, '31', 'Everything')} ]}, 'updates-testing': { @@ -38,7 +38,7 @@ RELEASES = {'f31': {'topic': 'fedora', 'dest': OSTREEDEST}], 'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'], 'dest': os.path.join(FEDORADEST, 'testing', '31', 'Everything')}, - {'arches': ['i386', 'ppc64le', 's390x'], + {'arches': ['ppc64le', 's390x'], 'dest': os.path.join(FEDORAALTDEST, 'testing', '31', 'Everything')} ]}} }, @@ -50,7 +50,7 @@ RELEASES = {'f31': {'topic': 'fedora', 'ostrees': [], 'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'], 'dest': os.path.join(FEDORADEST, '31', 'Modular')}, - {'arches': ['i386', 'ppc64le', 's390x'], + {'arches': ['ppc64le', 's390x'], 'dest': os.path.join(FEDORAALTDEST, '31', 'Modular')} ]}, 'updates-testing': { @@ -58,7 +58,7 @@ RELEASES = {'f31': {'topic': 'fedora', 'ostrees': [], 'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'], 'dest': os.path.join(FEDORADEST, 'testing', '31', 'Modular')}, - {'arches': ['i386', 'ppc64le', 's390x'], + {'arches': ['ppc64le', 's390x'], 'dest': os.path.join(FEDORAALTDEST, 'testing', '31', 'Modular')} ]}} },