diff options
author | Helmut Grohne <helmut@subdivi.de> | 2015-01-16 12:49:40 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2015-01-16 16:35:54 +0100 |
commit | 3071710dacb42d21f8274ce01e21cf8920940c09 (patch) | |
tree | 7e4780e509fdd22e01ee88258ae79f8a580cf3f8 | |
parent | 411917c4d95bcc53cfb5c22615dbc9f3e6a1a5ce (diff) | |
download | jenkins.debian.net-3071710dacb42d21f8274ce01e21cf8920940c09.tar.xz |
add new architecture powerpcel to rebootstrap jobs
-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 f6ccbcae..93a9fa90 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -14,7 +14,7 @@ mono_architectures = """ armel armhf arm64 alpha m68k - powerpcspe ppc64el + powerpcel powerpcspe ppc64el or1k sh4 """.split() |