Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2015-12-04 03:26:23 +0300
committerAdam Langley <agl@google.com>2015-12-16 20:30:31 +0300
commit7100ee9832b5579e8497d1c90df5c2db8c5913cc (patch)
tree519b661630345368fa4a47c7ea73b26a8b5b7a24 /util
parentf28dd64d43f8705d63b8142915e51f4091dc092b (diff)
Chromium's update.sh is dead, long live update.py
update.py used to be used only on Windows until very recently, but Windows and non-Windows have been at the same clang revision for a while now. So even a few months ago update.py and update.sh would've contained the same clang revision. BUG=chromium:494442 Change-Id: Ie9127a1c49e31a7810ee431f8e662350c245917c Reviewed-on: https://boringssl-review.googlesource.com/6620 Reviewed-by: David Benjamin <davidben@chromium.org> Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'util')
-rw-r--r--util/bot/update_clang.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/bot/update_clang.py b/util/bot/update_clang.py
index 0836d116..18243934 100644
--- a/util/bot/update_clang.py
+++ b/util/bot/update_clang.py
@@ -20,7 +20,7 @@ import tempfile
import urllib
# CLANG_REVISION and CLANG_SUB_REVISION determine the build of clang
-# to use. These should be synced with tools/clang/scripts/update.sh in
+# to use. These should be synced with tools/clang/scripts/update.py in
# Chromium.
CLANG_REVISION = "233105"
CLANG_SUB_REVISION = "1"