summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2015-01-16 12:48:52 +0100
committerHelmut Grohne <helmut@subdivi.de>2015-01-16 16:35:54 +0100
commit411917c4d95bcc53cfb5c22615dbc9f3e6a1a5ce (patch)
treef20a7427a135977514598589a12e65394bd66de3 /job-cfg/rebootstrap.yaml.py
parent152869c90c5800964dacd1d577db1ea355819342 (diff)
downloadjenkins.debian.net-411917c4d95bcc53cfb5c22615dbc9f3e6a1a5ce.tar.xz
remove job rebootstrap_powerpcspe_gcc49_nobiarch
powerpcspe has no multilib, so it should be exactly the same as rebootstrap_powerpcspe_gcc49.
Diffstat (limited to 'job-cfg/rebootstrap.yaml.py')
-rwxr-xr-xjob-cfg/rebootstrap.yaml.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index 08b4bb90..f6ccbcae 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -4,7 +4,7 @@ architectures = """
i386
hppa
mips mips64el mipsel
- powerpc powerpcspe ppc64
+ powerpc ppc64
s390x
sparc sparc64
x32
@@ -14,7 +14,7 @@ mono_architectures = """
armel armhf arm64
alpha
m68k
- ppc64el
+ powerpcspe ppc64el
or1k
sh4
""".split()