Sync out f28m-u
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
7d0ad85b1c
commit
238a213c66
1 changed files with 9 additions and 1 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue