diff options
author | Helmut Grohne <helmut@subdivi.de> | 2014-09-14 10:13:11 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2014-09-14 10:13:11 +0200 |
commit | f6f5f127bfae8b2a0481cb2d301b60941207be65 (patch) | |
tree | 1a83e31b9f769c30c2967f13a079857330a6c67e /job-cfg/rebootstrap.yaml.py | |
parent | 610312aeca9c7443278e6cf0132f6199a9b9ce24 (diff) | |
download | jenkins.debian.net-f6f5f127bfae8b2a0481cb2d301b60941207be65.tar.xz |
rebootstrap: remove unsupported architectures ia64 and s390
Diffstat (limited to 'job-cfg/rebootstrap.yaml.py')
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index 908ac2a3..0e048316 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -5,7 +5,7 @@ architectures = """ hppa mips mips64el mipsel powerpc powerpcspe ppc64 - s390 s390x + s390x sparc sparc64 x32 """.split() @@ -13,7 +13,6 @@ architectures = """ mono_architectures = """ armel armhf arm64 alpha - ia64 m68k ppc64el or1k |