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