diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 40aed150d5..c6205644fc 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -135,16 +135,6 @@ RELEASES = {'f28': {'topic': 'fedora', ]}, } }, - 'f27m': {'topic': 'fedora', - 'version': '27-modular', - 'modules': ['fedora'], - 'repos': {'updates-testing': { - 'from': 'f27-modular-updates-testing', - 'to': [{'arches': ['aarch64', 'armhfp', 'i386', 'ppc64', 'ppc64le', - 's390x', 'source', 'x86_64'], - 'dest': os.path.join(FEDORAMODDEST, 'testing', '27', 'Server')}, - ]}} - }, }