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

Unified Diff: tools/clang/scripts/update.sh

Issue 8772015: Make as many URLs as possible be HTTPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 | « no previous file | tools/clang/scripts/update_iwyu.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/scripts/update.sh
===================================================================
--- tools/clang/scripts/update.sh (revision 112530)
+++ tools/clang/scripts/update.sh (working copy)
@@ -6,7 +6,7 @@
# This script will check out llvm and clang into third_party/llvm and build it.
# Do NOT CHANGE this if you don't know what you're doing -- see
-# http://code.google.com/p/chromium/wiki/UpdatingClang
+# https://code.google.com/p/chromium/wiki/UpdatingClang
# Reverting problematic clang rolls is safe, though.
CLANG_REVISION=145240
@@ -17,7 +17,7 @@
STAMP_FILE="${LLVM_BUILD_DIR}/cr_build_revision"
# ${A:-a} returns $A if it's set, a else.
-LLVM_REPO_URL=${LLVM_URL:-http://llvm.org/svn/llvm-project}
+LLVM_REPO_URL=${LLVM_URL:-https://llvm.org/svn/llvm-project}
# Die if any command dies.
set -e
« no previous file with comments | « no previous file | tools/clang/scripts/update_iwyu.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698