Sync out f28m-u

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-05-05 20:45:03 +02:00
parent 7d0ad85b1c
commit 238a213c66

View file

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