Sync f28(m) updates-testing
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
1dc149a5ca
commit
007e001582
1 changed files with 17 additions and 20 deletions
|
@ -22,32 +22,29 @@ ATOMICDEST = '/mnt/koji/atomic/repo/'
|
|||
RELEASES = {'f28': {'topic': 'fedora',
|
||||
'version': '28',
|
||||
'modules': ['fedora', 'fedora-secondary'],
|
||||
'repos': {'updates': {
|
||||
'from': 'f28-updates',
|
||||
'ostrees': [{'ref': 'fedora/28/%(arch)s/updates/atomic-host',
|
||||
'dest': ATOMICDEST,
|
||||
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
||||
{'ref': 'fedora/28/x86_64/updates/workstation',
|
||||
'dest': ATOMICDEST},
|
||||
# Hack around for the fact that ostree on f25 doesn't know links
|
||||
{'ref': 'fedora/28/x86_64/workstation',
|
||||
'dest': ATOMICDEST}],
|
||||
'to': [{'arches': ['aarch64', 'x86_64', 'armhfp', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, '28')},
|
||||
{'arches': ['i386', 'ppc64', 'ppc64le', 's390x'],
|
||||
'dest': os.path.join(FEDORAALTDEST, '28')}
|
||||
]},
|
||||
'updates-testing': {
|
||||
'repos': {'updates-testing': {
|
||||
'from': 'f28-updates-testing',
|
||||
'ostrees': [{'ref': 'fedora/28/%(arch)s/testing/atomic-host',
|
||||
'dest': ATOMICDEST,
|
||||
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
||||
{'ref': 'fedora/28/x86_64/testing/workstation',
|
||||
'dest': ATOMICDEST}],
|
||||
'to': [{'arches': ['x86_64', 'armhfp', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, 'testing', '28')},
|
||||
{'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le', 's390x'],
|
||||
'dest': os.path.join(FEDORAALTDEST, 'testing', '28')}
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, 'testing', '28', 'Everything')},
|
||||
{'arches': ['i386', 'ppc64', 'ppc64le', 's390x'],
|
||||
'dest': os.path.join(FEDORAALTDEST, 'testing', '28', 'Everything')}
|
||||
]}}
|
||||
},
|
||||
'f28m': {'topic': 'fedora',
|
||||
'version': '28m',
|
||||
'modules': ['fedora', 'fedora-secondary'],
|
||||
'repos': {'updates-testing': {
|
||||
'from': 'f28m-updates-testing',
|
||||
'ostrees': [],
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, 'testing', '28', 'Modular')},
|
||||
{'arches': ['i386', 'ppc64', 'ppc64le', 's390x'],
|
||||
'dest': os.path.join(FEDORAALTDEST, 'testing', '28', 'Modular')}
|
||||
]}}
|
||||
},
|
||||
'f27': {'topic': 'fedora',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue