diff options
author | Helmut Grohne <helmut@subdivi.de> | 2017-01-23 20:01:26 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2017-01-23 20:01:26 +0100 |
commit | ee66b9564a53ccfcf03cb3393c7d7e6c2eea4d64 (patch) | |
tree | d8513c266c31d8599deca0f6faf5a4a011fd0ca1 /job-cfg | |
parent | 1c691b157f41e829f6cbc09914780f68916c8299 (diff) | |
download | jenkins.debian.net-ee66b9564a53ccfcf03cb3393c7d7e6c2eea4d64.tar.xz |
rebootstrap: add architecture sh3 (j-core)
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index 20a19422..4dfbc8c3 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -21,7 +21,7 @@ mono_architectures = """ musl-linux-mips musl-linux-mipsel nios2 powerpcel powerpcspe ppc64el - sh4 + sh3 sh4 tilegx """.split() |