Update the various pinned revisions in util/bot.

See util/bot/UPDATING for where they come from.

Change-Id: Ib2eae6efc737dd8c4e5fb001fd4b478102e0ad6a
Reviewed-on: https://boringssl-review.googlesource.com/7822
Reviewed-by: Steven Valdez <svaldez@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
This commit is contained in:
David Benjamin 2016-05-02 13:03:34 -04:00
parent d18cb77864
commit 9e7efdb008
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ vars = {
deps = { deps = {
'boringssl/util/bot/gyp': 'boringssl/util/bot/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + '61259d585ce99d9de8b35188cd0025bdbcb58411', Var('chromium_git') + '/external/gyp.git' + '@' + '4cf07e8d616739f6484e46c9359b2a35196b2585',
} }
hooks = [ hooks = [

View File

@ -45,7 +45,7 @@ WORKSPACE = os.path.join(ROOT, 'go')
EXE_SFX = '.exe' if sys.platform == 'win32' else '' EXE_SFX = '.exe' if sys.platform == 'win32' else ''
# Pinned version of Go toolset to download. # Pinned version of Go toolset to download.
TOOLSET_VERSION = 'go1.6' TOOLSET_VERSION = 'go1.6.2'
# Platform dependent portion of a download URL. See http://golang.org/dl/. # Platform dependent portion of a download URL. See http://golang.org/dl/.
TOOLSET_VARIANTS = { TOOLSET_VARIANTS = {

View File

@ -22,7 +22,7 @@ import urllib
# CLANG_REVISION and CLANG_SUB_REVISION determine the build of clang # CLANG_REVISION and CLANG_SUB_REVISION determine the build of clang
# to use. These should be synced with tools/clang/scripts/update.py in # to use. These should be synced with tools/clang/scripts/update.py in
# Chromium. # Chromium.
CLANG_REVISION = "261368" CLANG_REVISION = "267383"
CLANG_SUB_REVISION = "1" CLANG_SUB_REVISION = "1"
PACKAGE_VERSION = "%s-%s" % (CLANG_REVISION, CLANG_SUB_REVISION) PACKAGE_VERSION = "%s-%s" % (CLANG_REVISION, CLANG_SUB_REVISION)