diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index b00691c8c4..4092e6526f 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -54,7 +54,15 @@ RELEASES = {'f28': {'topic': 'fedora', 'f28m': {'topic': 'fedora', 'version': '28m', 'modules': ['fedora', 'fedora-secondary'], - 'repos': {'updates-testing': { + 'repos': {'updates': { + 'from': 'f28-modular-updates', + 'ostrees': [], + 'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'], + 'dest': os.path.join(FEDORADEST, '28', 'Modular')}, + {'arches': ['i386', 'ppc64', 'ppc64le', 's390x'], + 'dest': os.path.join(FEDORAALTDEST, '28', 'Modular')} + ]}, + 'updates-testing': { 'from': 'f28-modular-updates-testing', 'ostrees': [], 'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'],