diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-19 15:31:40 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-19 15:31:40 +0000 |
commit | 0cebb0a7362e24a04651ffae2d38646749d4123b (patch) | |
tree | 7aabe37f9a4f4182167d3588459af97dbc6519fb /tools | |
parent | 5fb35372c80f9436a980281cc826d8a72fcf8915 (diff) | |
download | chromium_src-0cebb0a7362e24a04651ffae2d38646749d4123b.zip chromium_src-0cebb0a7362e24a04651ffae2d38646749d4123b.tar.gz chromium_src-0cebb0a7362e24a04651ffae2d38646749d4123b.tar.bz2 |
Switch clang download to https.
About 4% slower than downloading over http in my tests.
BUG=96722
TEST=none
Review URL: http://codereview.chromium.org/7931021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101742 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/clang/scripts/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh index bd5b991..66b5fb9 100755 --- a/tools/clang/scripts/update.sh +++ b/tools/clang/scripts/update.sh @@ -108,7 +108,7 @@ fi if [ -z "$force_local_build" ]; then # Check if there's a prebuilt binary and if so just fetch that. That's faster, # and goma relies on having matching binary hashes on client and server too. - CDS_URL=http://commondatastorage.googleapis.com/chromium-browser-clang + CDS_URL=https://commondatastorage.googleapis.com/chromium-browser-clang CDS_FILE="clang-${CLANG_REVISION}.tgz" echo Trying to download prebuilt clang if [ "${OS}" = "Linux" ]; then |