From eb77ac353c2f8df7b79e2c830a5aef84354b0a64 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 19 Feb 2019 22:04:23 +0000 Subject: [PATCH] No FAH for F30+ Signed-off-by: Mohan Boddu --- roles/bodhi2/backend/files/new-updates-sync | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 1d364dc02b..0fa893b72f 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -25,10 +25,7 @@ RELEASES = {'f30': {'topic': 'fedora', 'modules': ['fedora', 'fedora-secondary'], 'repos': {'updates': { 'from': 'f30-updates', - 'ostrees': [{'ref': 'fedora/30/%(arch)s/updates/atomic-host', - 'dest': OSTREEDEST, - 'arches': ['x86_64', 'ppc64le', 'aarch64']}, - {'ref': 'fedora/30/x86_64/updates/silverblue', + 'ostrees': [{'ref': 'fedora/30/x86_64/updates/silverblue', 'dest': OSTREEDEST}], 'to': [{'arches': ['x86_64', 'armhfp', 'aarch64', 'source'], 'dest': os.path.join(FEDORADEST, '30', 'Everything')}, @@ -37,10 +34,7 @@ RELEASES = {'f30': {'topic': 'fedora', ]}, 'updates-testing': { 'from': 'f30-updates-testing', - 'ostrees': [{'ref': 'fedora/30/%(arch)s/testing/atomic-host', - 'dest': OSTREEDEST, - 'arches': ['x86_64', 'ppc64le', 'aarch64']}, - {'ref': 'fedora/30/x86_64/testing/silverblue', + 'ostrees': [{'ref': 'fedora/30/x86_64/testing/silverblue', 'dest': OSTREEDEST}], 'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'], 'dest': os.path.join(FEDORADEST, 'testing', '30', 'Everything')},