diff options
author | Helmut Grohne <helmut@subdivi.de> | 2014-04-26 11:07:26 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2014-04-26 11:07:26 +0200 |
commit | beb53459d76f7542faf8da30cad70a5be4a750eb (patch) | |
tree | c98173542f6f3f5216525c00268a639387b534cc | |
parent | 02bb870e37246867864e1a2a587f34ffb3c7b039 (diff) | |
download | jenkins.debian.net-beb53459d76f7542faf8da30cad70a5be4a750eb.tar.xz |
rebootstrap: add architectures sparc and sparc64
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index 8b5fde59..d85ef2d3 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -7,6 +7,7 @@ architectures = """ mips mipsel powerpc powerpcspe ppc64 ppc64el s390 s390x + sparc sparc64 x32 """.split() |