summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2014-04-26 11:07:26 +0200
committerHelmut Grohne <helmut@subdivi.de>2014-04-26 11:07:26 +0200
commitbeb53459d76f7542faf8da30cad70a5be4a750eb (patch)
treec98173542f6f3f5216525c00268a639387b534cc /job-cfg/rebootstrap.yaml.py
parent02bb870e37246867864e1a2a587f34ffb3c7b039 (diff)
downloadjenkins.debian.net-beb53459d76f7542faf8da30cad70a5be4a750eb.tar.xz
rebootstrap: add architectures sparc and sparc64
Diffstat (limited to 'job-cfg/rebootstrap.yaml.py')
-rwxr-xr-xjob-cfg/rebootstrap.yaml.py1
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()