Index: buildbot/buildbot_pnacl.sh |
diff --git a/buildbot/buildbot_pnacl.sh b/buildbot/buildbot_pnacl.sh |
old mode 100755 |
new mode 100644 |
index bc91bd45eef55408054434b40509aee40c49f5ac..e368572ab85142716a764efd2dbaa2b8b8984362 |
--- a/buildbot/buildbot_pnacl.sh |
+++ b/buildbot/buildbot_pnacl.sh |
@@ -495,6 +495,13 @@ mode-buildbot-arm-hw-try() { |
mode-buildbot-arm-hw |
} |
+mode-buildbot-mips-toolchain() { |
Mark Seaborn
2013/12/10 23:06:20
Putting this in buildbot_pnacl.sh is not ideal bec
petarj
2013/12/11 19:08:59
Done.
|
+ tools/trusted_cross_toolchains/trusted-toolchain-creator.mipsel.debian.sh \ |
+ nacl_sdk |
+ ${UP_DOWN_LOAD} UploadPnaclToolchains ${BUILDBOT_GOT_REVISION} \ |
Mark Seaborn
2013/12/10 23:06:20
What URL does this make the tarball available as?
petarj
2013/12/11 19:08:59
The name will be naclsdk_linux_mips-trusted.tgz.
I
|
+ linux_mips-trusted nacl_sdk.tgz |
+} |
+ |
# These 2 functions are also suitable for local TC sanity testing. |
tc-tests-all() { |
local is_try=$1 |