add syncing for f27-updates

This commit is contained in:
Dusty Mabe 2017-11-10 12:14:32 -05:00 committed by Patrick Uiterwijk
parent e72703fa06
commit f5e62b5dbf

View file

@ -22,7 +22,16 @@ ATOMICDEST = '/mnt/koji/atomic/'
RELEASES = {'f27': {'topic': 'fedora',
'version': '27',
'modules': ['fedora', 'fedora-secondary'],
'repos': {'updates-testing': {
'repos': {'updates': {
'from': 'f27-updates',
'ostree': {'ref': 'fedora/27/x86_64/updates/atomic-host',
'dest': os.path.join(ATOMICDEST, '27')},
'to': [{'arches': ['x86_64', 'armhfp', 'source'],
'dest': os.path.join(FEDORADEST, '27')},
{'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le', 's390x'],
'dest': os.path.join(FEDORAALTDEST, '27')}
]},
'updates-testing': {
'from': 'f27-updates-testing',
'ostree': {'ref': 'fedora/27/x86_64/testing/atomic-host',
'dest': os.path.join(ATOMICDEST, '27')},