add syncing for f27-u-t ostree ref

This commit is contained in:
Dusty Mabe 2017-11-08 15:20:22 -05:00 committed by Mohan Boddu
parent b5613c90d1
commit d5ffeddb05

View file

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