Sync FAW trees
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
90878bb51d
commit
e43b8f84b6
1 changed files with 6 additions and 2 deletions
|
@ -26,7 +26,9 @@ RELEASES = {'f27': {'topic': 'fedora',
|
||||||
'from': 'f27-updates',
|
'from': 'f27-updates',
|
||||||
'ostrees': [{'ref': 'fedora/27/%(arch)s/updates/atomic-host',
|
'ostrees': [{'ref': 'fedora/27/%(arch)s/updates/atomic-host',
|
||||||
'dest': os.path.join(ATOMICDEST, '27'),
|
'dest': os.path.join(ATOMICDEST, '27'),
|
||||||
'arches': ['x86_64', 'ppc64le', 'aarch64']}],
|
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
||||||
|
{'ref': 'fedora/27/x86_64/updates/workstation',
|
||||||
|
'dest': os.path.join(ATOMICDEST, 'workstation')}],
|
||||||
'to': [{'arches': ['x86_64', 'armhfp', 'source'],
|
'to': [{'arches': ['x86_64', 'armhfp', 'source'],
|
||||||
'dest': os.path.join(FEDORADEST, '27')},
|
'dest': os.path.join(FEDORADEST, '27')},
|
||||||
{'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le', 's390x'],
|
{'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le', 's390x'],
|
||||||
|
@ -36,7 +38,9 @@ RELEASES = {'f27': {'topic': 'fedora',
|
||||||
'from': 'f27-updates-testing',
|
'from': 'f27-updates-testing',
|
||||||
'ostrees': [{'ref': 'fedora/27/%(arch)s/testing/atomic-host',
|
'ostrees': [{'ref': 'fedora/27/%(arch)s/testing/atomic-host',
|
||||||
'dest': os.path.join(ATOMICDEST, '27'),
|
'dest': os.path.join(ATOMICDEST, '27'),
|
||||||
'arches': ['x86_64', 'ppc64le', 'aarch64']}],
|
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
||||||
|
{'ref': 'fedora/27/x86_64/testing/workstation',
|
||||||
|
'dest': os.path.join(ATOMICDEST, 'workstation')}],
|
||||||
'to': [{'arches': ['x86_64', 'armhfp', 'source'],
|
'to': [{'arches': ['x86_64', 'armhfp', 'source'],
|
||||||
'dest': os.path.join(FEDORADEST, 'testing', '27')},
|
'dest': os.path.join(FEDORADEST, 'testing', '27')},
|
||||||
{'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le', 's390x'],
|
{'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le', 's390x'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue