From 50cbc6e1f965f9eb603282ac23fbacbb0c931033 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 31 Oct 2017 17:55:49 +0000 Subject: [PATCH] Sync out f27m u-t Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/files/new-updates-sync | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 424df409e9..5b3435c4ce 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -94,6 +94,16 @@ RELEASES = {'f27': {'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'], + 'dest': os.path.join(FEDORAMODDEST, 'testing', '27', 'Server')}, + ]}} + }, }