Sync out f27m u-t

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-10-31 17:55:49 +00:00
parent 52780b6b49
commit 50cbc6e1f9

View file

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