Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Unified Diff: buildbot/file_up_down_load.sh

Issue 86033002: Try building and uploading MIPS toolchain on one of the buildbots. (Closed) Base URL: http://git.chromium.org/native_client/src/native_client.git@master
Patch Set: nacl-precise_64-newlib-mips-pnacl Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « buildbot/buildbot_selector.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/file_up_down_load.sh
diff --git a/buildbot/file_up_down_load.sh b/buildbot/file_up_down_load.sh
index 93d15080297fed4ebceb10a32af96e3e977b954c..819f576a6a46ff684b7052d48bb6a83a39087931 100755
--- a/buildbot/file_up_down_load.sh
+++ b/buildbot/file_up_down_load.sh
@@ -162,10 +162,12 @@ UploadToolchainTarball() {
local tarball=$3
ComputeSha1 ${tarball} > ${tarball}.sha1hash
- UploadArchive toolchain/${rev}/naclsdk_${label}.tgz.sha1hash ${tarball}.sha1hash
+ # UploadArchive toolchain/${rev}/naclsdk_${label}.tgz.sha1hash ${tarball}.sha1hash
+ UploadTrybot toolchain/${rev}/naclsdk_${label}.tgz.sha1hash ${tarball}.sha1hash
# NOTE: only the last link is shown on the waterfall so this should come last
- UploadArchive toolchain/${rev}/naclsdk_${label}.tgz ${tarball}
+ # UploadArchive toolchain/${rev}/naclsdk_${label}.tgz ${tarball}
+ UploadTrybot toolchain/${rev}/naclsdk_${label}.tgz ${tarball}
}
DownloadPnaclToolchains() {
« no previous file with comments | « buildbot/buildbot_selector.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698