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')},