diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 7cfe15e5cb..21600c7d77 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -32,7 +32,11 @@ RELEASES = {'f28': {'topic': 'fedora', # Hack around for the fact that ostree on f25 doesn't know links {'ref': 'fedora/28/x86_64/workstation', 'dest': ATOMICDEST}], - 'to': []}, + 'to': [{'arches': ['x86_64', 'armhfp', 'aarch64', 'source'], + 'dest': os.path.join(FEDORADEST, '28')}, + {'arches': ['i386', 'ppc64', 'ppc64le', 's390x'], + 'dest': os.path.join(FEDORAALTDEST, '28')} + ]}, 'updates-testing': { 'from': 'f28-updates-testing', 'ostrees': [{'ref': 'fedora/28/%(arch)s/testing/atomic-host',