Merge pull request #1139 from DimStar77/no-ppc

Disable ppc64le for now in Tumbleweed stagings
This commit is contained in:
Max Lin 2017-09-18 17:44:21 +08:00 committed by GitHub
commit 035c367b86
2 changed files with 2 additions and 5 deletions

View File

@ -34,8 +34,8 @@ DEFAULT = {
r'openSUSE:(?P<project>Factory)': {
'staging': 'openSUSE:%(project)s:Staging',
'staging-group': 'factory-staging',
'staging-archs': 'i586 x86_64 ppc64le',
'staging-dvd-archs': 'x86_64 ppc64le',
'staging-archs': 'i586 x86_64',
'staging-dvd-archs': 'x86_64',
'nocleanup-packages': 'Test-DVD-x86_64 Test-DVD-ppc64le bootstrap-copy',
'rings': 'openSUSE:%(project)s:Rings',
'nonfree': 'openSUSE:%(project)s:NonFree',

View File

@ -16,17 +16,14 @@
<path project="openSUSE:Factory:Staging" repository="standard"/>
<arch>i586</arch>
<arch>x86_64</arch>
<arch>ppc64le</arch>
</repository>
<repository linkedbuild="all" name="standard" rebuild="direct">
<path project="openSUSE:Factory:Staging:A" repository="bootstrap_copy"/>
<arch>i586</arch>
<arch>x86_64</arch>
<arch>ppc64le</arch>
</repository>
<repository linkedbuild="all" name="images">
<path project="openSUSE:Factory:Staging:A" repository="standard"/>
<arch>x86_64</arch>
<arch>ppc64le</arch>
</repository>
</project>