Commit 369f2c2f authored by Mostyn Bramley-Moore's avatar Mostyn Bramley-Moore Committed by Commit Bot

fix sysroot-creator.sh's UploadSysroot's gsutil reference

depot_tools seems to have gsutil.py but no gsutil.

BUG=978360

Change-Id: Ib17e3b86e4cf0592a34dcb89224e6ab4d6ecdf2d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678322Reviewed-by: default avatarThomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Mostyn Bramley-Moore <mostynb@vewd.com>
Cr-Commit-Position: refs/heads/master@{#672702}
parent 6c71e52e
......@@ -616,7 +616,7 @@ BuildSysrootAll() {
UploadSysroot() {
local sha=$(sha1sum "${TARBALL}" | awk '{print $1;}')
set -x
gsutil cp -a public-read "${TARBALL}" \
gsutil.py cp -a public-read "${TARBALL}" \
"gs://chrome-linux-sysroot/toolchain/$sha/"
set +x
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment