diff options
author | Helmut Grohne <helmut@subdivi.de> | 2015-01-16 12:48:52 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2015-01-16 16:35:54 +0100 |
commit | 411917c4d95bcc53cfb5c22615dbc9f3e6a1a5ce (patch) | |
tree | f20a7427a135977514598589a12e65394bd66de3 | |
parent | 152869c90c5800964dacd1d577db1ea355819342 (diff) | |
download | jenkins.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.
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 4 |
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() |