libv8 7.3.492.27.3beta1 → 7.4.288.28.0beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (144) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +1 -0
  3. data/lib/libv8/version.rb +1 -1
  4. data/vendor/depot_tools/annotated_gclient.py +4 -2
  5. data/vendor/depot_tools/auth.py +2 -0
  6. data/vendor/depot_tools/autoninja +3 -1
  7. data/vendor/depot_tools/autoninja.bat +1 -1
  8. data/vendor/depot_tools/autoninja.py +3 -1
  9. data/vendor/depot_tools/bb +1 -1
  10. data/vendor/depot_tools/bootstrap/win/manifest.txt +1 -1
  11. data/vendor/depot_tools/buildbucket.py +8 -6
  12. data/vendor/depot_tools/checkout.py +7 -5
  13. data/vendor/depot_tools/cipd +1 -1
  14. data/vendor/depot_tools/cipd_manifest.txt +4 -4
  15. data/vendor/depot_tools/cipd_manifest.versions +80 -80
  16. data/vendor/depot_tools/cit.py +9 -7
  17. data/vendor/depot_tools/clang_format.py +4 -1
  18. data/vendor/depot_tools/clang_format_merge_driver.py +9 -7
  19. data/vendor/depot_tools/compile_single_file.py +3 -1
  20. data/vendor/depot_tools/dart_format.py +4 -2
  21. data/vendor/depot_tools/depot-tools-auth.py +10 -8
  22. data/vendor/depot_tools/fix_encoding.py +5 -2
  23. data/vendor/depot_tools/gclient-new-workdir.py +2 -0
  24. data/vendor/depot_tools/gclient.py +8 -9
  25. data/vendor/depot_tools/gclient_scm.py +54 -28
  26. data/vendor/depot_tools/gclient_utils.py +14 -4
  27. data/vendor/depot_tools/gerrit_util.py +8 -6
  28. data/vendor/depot_tools/git_cache.py +53 -37
  29. data/vendor/depot_tools/git_cl.py +115 -42
  30. data/vendor/depot_tools/git_drover.py +3 -1
  31. data/vendor/depot_tools/git_find_releases.py +8 -6
  32. data/vendor/depot_tools/git_footers.py +7 -5
  33. data/vendor/depot_tools/git_freezer.py +3 -1
  34. data/vendor/depot_tools/git_map_branches.py +7 -5
  35. data/vendor/depot_tools/git_mark_merge_base.py +8 -6
  36. data/vendor/depot_tools/git_nav_downstream.py +7 -5
  37. data/vendor/depot_tools/git_number.py +3 -1
  38. data/vendor/depot_tools/git_rebase_update.py +38 -43
  39. data/vendor/depot_tools/git_reparent_branch.py +8 -6
  40. data/vendor/depot_tools/git_upstream_diff.py +4 -2
  41. data/vendor/depot_tools/gn.py +6 -4
  42. data/vendor/depot_tools/infra/config/recipes.cfg +1 -1
  43. data/vendor/depot_tools/led +1 -1
  44. data/vendor/depot_tools/luci-auth +1 -1
  45. data/vendor/depot_tools/lucicfg +1 -1
  46. data/vendor/depot_tools/mac_toolchain +1 -1
  47. data/vendor/depot_tools/man/html/depot_tools.html +1 -1
  48. data/vendor/depot_tools/man/html/depot_tools_tutorial.html +28 -22
  49. data/vendor/depot_tools/man/html/git-cl.html +1 -1
  50. data/vendor/depot_tools/man/html/git-drover.html +18 -18
  51. data/vendor/depot_tools/man/html/git-footers.html +1 -1
  52. data/vendor/depot_tools/man/html/git-freeze.html +3 -3
  53. data/vendor/depot_tools/man/html/git-hyper-blame.html +1 -1
  54. data/vendor/depot_tools/man/html/git-map-branches.html +2 -2
  55. data/vendor/depot_tools/man/html/git-map.html +1 -1
  56. data/vendor/depot_tools/man/html/git-mark-merge-base.html +1 -1
  57. data/vendor/depot_tools/man/html/git-nav-downstream.html +3 -3
  58. data/vendor/depot_tools/man/html/git-nav-upstream.html +12 -6
  59. data/vendor/depot_tools/man/html/git-new-branch.html +1 -1
  60. data/vendor/depot_tools/man/html/git-rebase-update.html +20 -1
  61. data/vendor/depot_tools/man/html/git-rename-branch.html +1 -1
  62. data/vendor/depot_tools/man/html/git-reparent-branch.html +1 -1
  63. data/vendor/depot_tools/man/html/git-retry.html +1 -1
  64. data/vendor/depot_tools/man/html/git-squash-branch.html +1 -1
  65. data/vendor/depot_tools/man/html/git-thaw.html +1 -1
  66. data/vendor/depot_tools/man/html/git-upstream-diff.html +10 -6
  67. data/vendor/depot_tools/man/man1/git-cl.1 +4 -4
  68. data/vendor/depot_tools/man/man1/git-drover.1 +21 -21
  69. data/vendor/depot_tools/man/man1/git-footers.1 +4 -4
  70. data/vendor/depot_tools/man/man1/git-freeze.1 +6 -6
  71. data/vendor/depot_tools/man/man1/git-hyper-blame.1 +4 -4
  72. data/vendor/depot_tools/man/man1/git-map-branches.1 +4 -4
  73. data/vendor/depot_tools/man/man1/git-map.1 +4 -4
  74. data/vendor/depot_tools/man/man1/git-mark-merge-base.1 +4 -4
  75. data/vendor/depot_tools/man/man1/git-nav-downstream.1 +6 -6
  76. data/vendor/depot_tools/man/man1/git-nav-upstream.1 +15 -9
  77. data/vendor/depot_tools/man/man1/git-new-branch.1 +3 -3
  78. data/vendor/depot_tools/man/man1/git-rebase-update.1 +14 -4
  79. data/vendor/depot_tools/man/man1/git-rename-branch.1 +4 -4
  80. data/vendor/depot_tools/man/man1/git-reparent-branch.1 +4 -4
  81. data/vendor/depot_tools/man/man1/git-retry.1 +4 -4
  82. data/vendor/depot_tools/man/man1/git-squash-branch.1 +4 -4
  83. data/vendor/depot_tools/man/man1/git-thaw.1 +4 -4
  84. data/vendor/depot_tools/man/man1/git-upstream-diff.1 +7 -13
  85. data/vendor/depot_tools/man/man7/depot_tools.7 +4 -4
  86. data/vendor/depot_tools/man/man7/depot_tools_tutorial.7 +33 -27
  87. data/vendor/depot_tools/man/src/filter_demo_output.py +3 -1
  88. data/vendor/depot_tools/man/src/git-rebase-update.txt +7 -0
  89. data/vendor/depot_tools/my_activity.py +13 -11
  90. data/vendor/depot_tools/my_reviews.py +34 -29
  91. data/vendor/depot_tools/ninjalog_uploader_wrapper.py +4 -2
  92. data/vendor/depot_tools/owners_finder.py +3 -1
  93. data/vendor/depot_tools/patch.py +1 -1
  94. data/vendor/depot_tools/post_build_ninja_summary.py +17 -15
  95. data/vendor/depot_tools/presubmit_canned_checks.py +3 -1
  96. data/vendor/depot_tools/presubmit_support.py +10 -5
  97. data/vendor/depot_tools/prpc +1 -1
  98. data/vendor/depot_tools/recipes/README.recipes.md +17 -17
  99. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail.json +1 -6
  100. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch.json +2 -4
  101. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch_download.json +1 -6
  102. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/unrecognized_commit_repo.json +0 -5
  103. data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/describe-failed.json +2 -4
  104. data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/pkg_bad_file.json +25 -5
  105. data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/pkg_bad_mode.json +23 -5
  106. data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/pkg_bad_verfile.json +23 -5
  107. data/vendor/depot_tools/recipes/recipe_modules/gclient/config.py +0 -6
  108. data/vendor/depot_tools/recipes/recipe_modules/gclient/examples/full.py +0 -1
  109. data/vendor/depot_tools/recipes/recipe_modules/gerrit/examples/full.expected/basic.json +1 -5
  110. data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/can_fail_build.json +1 -6
  111. data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/count-objects_with_bad_output_fails_build.json +0 -5
  112. data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/rebase_failed.json +1 -6
  113. data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/set_failure_hash_with_no_steps.json +1 -3
  114. data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_gerrit_patch.json +4 -6
  115. data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_gerrit_patch_and_target_ref.json +4 -6
  116. data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_git_patch.json +4 -6
  117. data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_git_patch_luci.json +4 -6
  118. data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_wrong_patch.json +4 -6
  119. data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_wrong_patch_new.json +4 -6
  120. data/vendor/depot_tools/rietveld.py +3 -1
  121. data/vendor/depot_tools/roll_dep.py +2 -0
  122. data/vendor/depot_tools/roll_dep_svn.py +14 -11
  123. data/vendor/depot_tools/scm.py +10 -5
  124. data/vendor/depot_tools/split_cl.py +13 -11
  125. data/vendor/depot_tools/subprocess2.py +1 -1
  126. data/vendor/depot_tools/third_party/colorama/LICENSE.txt +0 -1
  127. data/vendor/depot_tools/third_party/colorama/README.chromium +4 -5
  128. data/vendor/depot_tools/third_party/colorama/README.rst +346 -0
  129. data/vendor/depot_tools/third_party/colorama/__init__.py +3 -4
  130. data/vendor/depot_tools/third_party/colorama/ansi.py +82 -30
  131. data/vendor/depot_tools/third_party/colorama/ansitowin32.py +105 -37
  132. data/vendor/depot_tools/third_party/colorama/initialise.py +39 -15
  133. data/vendor/depot_tools/third_party/colorama/win32.py +46 -28
  134. data/vendor/depot_tools/third_party/colorama/winterm.py +80 -31
  135. data/vendor/depot_tools/third_party/upload.py +1 -1
  136. data/vendor/depot_tools/upload_to_google_storage.py +8 -6
  137. data/vendor/depot_tools/vpython +1 -1
  138. data/vendor/depot_tools/watchlists.py +5 -3
  139. data/vendor/depot_tools/weekly +4 -2
  140. data/vendor/depot_tools/win_toolchain/get_toolchain_if_necessary.py +38 -36
  141. data/vendor/depot_tools/win_toolchain/package_from_installed.py +10 -8
  142. data/vendor/depot_tools/wtf +5 -3
  143. metadata +3 -3
  144. data/vendor/depot_tools/third_party/colorama/README.txt +0 -304
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5321dc353de2410898c5ac90db9b9a56cdd0f07b0fe29477679717159b3ccbb8
4
- data.tar.gz: 7893a2e6e871e59cf156828f6825fa24ba0634ac93bdf44f0835b1104b5d695e
3
+ metadata.gz: 560ed2574675ecc0c8366363e21d542194d08fe8566e4257d8555e6f4df63f44
4
+ data.tar.gz: 316efef73b98a75f9662a70163ca4478ce7a10f242cea7d8cd05a2f391f7e186
5
5
  SHA512:
6
- metadata.gz: 4beb86a19489d3066056a91870da1b01d0137208158a371f4397cd7ba0b84c1c916c9efefc333c4f7c5a0f9e22314da25c16ffe16fc25df05f262490dd14993d
7
- data.tar.gz: 0025be7136ef59e550b8e529937b3c7793933732d8314be414ec093092b2c599c5ee2abbdf1cd1c6e3c0286ffb0ab33d2d96c77aa6bab8a0deb021e6f22f1762
6
+ metadata.gz: a580c12aa1e1ed0af97f81ce953df890f7cabf2d082a59c9fd3b0d7850383e05ad07919654348198a9a29fb263e8ce1156fc0baebd05322852ddb05f0887c85b
7
+ data.tar.gz: af11814024f3b6f6ab00a01ba296d620ae503adb996227d1dc7e0baf8b6a4835eafbe047e8027bba120c4ce51f682f30858be1995970ed54d10d4d7ffbc37c08
@@ -1,6 +1,7 @@
1
1
  ### Unreleased
2
2
 
3
3
  * Enable I18n support in V8
4
+ * Update upstream v8 version to 7.4.288.28
4
5
 
5
6
  ### v7.3.492.27.0, v7.3.492.27.1 - 2019-04-24
6
7
 
@@ -1,3 +1,3 @@
1
1
  module Libv8
2
- VERSION = "7.3.492.27.3beta1"
2
+ VERSION = "7.4.288.28.0beta1"
3
3
  end
@@ -12,6 +12,8 @@ To run `gclient sync --gclientfile=.gclient` and annotate got_v8_revision:
12
12
  sync --gclientfile=.gclient`
13
13
  """
14
14
 
15
+ from __future__ import print_function
16
+
15
17
  import contextlib
16
18
  import json
17
19
  import optparse
@@ -31,7 +33,7 @@ def temp_filename(suffix='', prefix='tmp'):
31
33
  try:
32
34
  os.remove(output_file)
33
35
  except OSError as e:
34
- print 'Error cleaning up temp file %s: %s' % (output_file, e)
36
+ print('Error cleaning up temp file %s: %s' % (output_file, e))
35
37
 
36
38
 
37
39
  def parse_got_revision(filename, revision_mapping):
@@ -51,7 +53,7 @@ def parse_got_revision(filename, revision_mapping):
51
53
 
52
54
  def emit_buildprops(got_revisions):
53
55
  for prop, revision in got_revisions.iteritems():
54
- print '@@@SET_BUILD_PROPERTY@%s@%s@@@' % (prop, json.dumps(revision))
56
+ print('@@@SET_BUILD_PROPERTY@%s@%s@@@' % (prop, json.dumps(revision)))
55
57
 
56
58
 
57
59
  def main():
@@ -4,6 +4,8 @@
4
4
 
5
5
  """Google OAuth2 related functions."""
6
6
 
7
+ from __future__ import print_function
8
+
7
9
  import BaseHTTPServer
8
10
  import collections
9
11
  import datetime
@@ -11,7 +11,9 @@ export AUTONINJA_BUILD_ID
11
11
  # Execute whatever is printed by autoninja.py.
12
12
  # Also print it to reassure that the right settings are being used.
13
13
  command=$(python "$(dirname -- "$0")/autoninja.py" "$@")
14
- echo "$command"
14
+ if [ "$NINJA_SUMMARIZE_BUILD" == "1" ]; then
15
+ echo "$command"
16
+ fi
15
17
  if eval "$command"; then
16
18
  if [ "$NINJA_SUMMARIZE_BUILD" == "1" ]; then
17
19
  python "$(dirname -- "$0")/post_build_ninja_summary.py" "$@"
@@ -6,7 +6,7 @@
6
6
  setlocal
7
7
 
8
8
  REM Set unique build ID.
9
- FOR /f "usebackq tokens=*" %%a in (`python -c "import uuid; print uuid.uuid4()"`) do set AUTONINJA_BUILD_ID=%%a
9
+ FOR /f "usebackq tokens=*" %%a in (`python -c "from __future__ import print_function; import uuid; print(uuid.uuid4())"`) do set AUTONINJA_BUILD_ID=%%a
10
10
 
11
11
  REM If a build performance summary has been requested then also set NINJA_STATUS
12
12
  REM to trigger more verbose status updates. In particular this makes it possible
@@ -10,6 +10,8 @@ and safer, and avoids errors that can cause slow goma builds or swap-storms
10
10
  on non-goma builds.
11
11
  """
12
12
 
13
+ from __future__ import print_function
14
+
13
15
  import multiprocessing
14
16
  import os
15
17
  import re
@@ -108,4 +110,4 @@ for i in range(len(args)):
108
110
  if (i == 0 and sys.platform.startswith('win')) or ' ' in args[i]:
109
111
  args[i] = '"%s"' % args[i].replace('"', '\\"')
110
112
 
111
- print ' '.join(args)
113
+ print(' '.join(args))
@@ -1,4 +1,4 @@
1
- #!/bin/bash
1
+ #!/usr/bin/env bash
2
2
 
3
3
  # Copyright 2019 The Chromium Authors. All rights reserved.
4
4
  # Use of this source code is governed by a BSD-style license that can be
@@ -14,7 +14,7 @@
14
14
  $VerifiedPlatform windows-386 windows-amd64
15
15
 
16
16
  @Subdir python
17
- infra/python/cpython/windows-386 version:2.7.6
17
+ infra/python/cpython/${platform} version:2.7.13.chromium7
18
18
 
19
19
  @Subdir git
20
20
  infra/git/windows-${arch} version:2.21.0.chromium16
@@ -15,6 +15,8 @@ Usage:
15
15
  Puts a build into buildbucket for my-builder on tryserver.chromium.linux.
16
16
  """
17
17
 
18
+ from __future__ import print_function
19
+
18
20
  import argparse
19
21
  import json
20
22
  import urlparse
@@ -153,9 +155,9 @@ def main(argv):
153
155
  http.force_exception_to_status_code = True
154
156
 
155
157
  if args.verbose:
156
- print 'Request URL:', url
157
- print 'Request method:', method
158
- print 'Request body:', body
158
+ print('Request URL:', url)
159
+ print('Request method:', method)
160
+ print('Request body:', body)
159
161
 
160
162
  response, content = http.request(
161
163
  url,
@@ -165,8 +167,8 @@ def main(argv):
165
167
  )
166
168
 
167
169
  if args.verbose:
168
- print 'Response:', response
169
- print 'Content:', content
170
+ print('Response:', response)
171
+ print('Content:', content)
170
172
 
171
173
  try:
172
174
  content_json = json.loads(content)
@@ -177,7 +179,7 @@ def main(argv):
177
179
  except (ValueError, TypeError, KeyError):
178
180
  pass
179
181
  else:
180
- print 'Build: %s' % build_url
182
+ print('Build: %s' % build_url)
181
183
 
182
184
  return response.status != 200
183
185
 
@@ -1,4 +1,4 @@
1
- # coding=utf8
1
+ # coding=utf-8
2
2
  # Copyright (c) 2012 The Chromium Authors. All rights reserved.
3
3
  # Use of this source code is governed by a BSD-style license that can be
4
4
  # found in the LICENSE file.
@@ -7,6 +7,8 @@
7
7
  Includes support only for git.
8
8
  """
9
9
 
10
+ from __future__ import print_function
11
+
10
12
  import fnmatch
11
13
  import logging
12
14
  import os
@@ -288,8 +290,8 @@ class GitCheckout(CheckoutBase):
288
290
  for post in post_processors:
289
291
  post(self, p)
290
292
  if verbose:
291
- print p.filename
292
- print align_stdout(stdout)
293
+ print(p.filename)
294
+ print(align_stdout(stdout))
293
295
  except OSError, e:
294
296
  errors.append((p, '%s%s' % (align_stdout(stdout), e)))
295
297
  except subprocess.CalledProcessError, e:
@@ -307,9 +309,9 @@ class GitCheckout(CheckoutBase):
307
309
  extra_files = sorted(set(found_files) - set(patches.filenames))
308
310
  unpatched_files = sorted(set(patches.filenames) - set(found_files))
309
311
  if extra_files:
310
- print 'Found extra files: %r' % (extra_files,)
312
+ print('Found extra files: %r' % extra_files)
311
313
  if unpatched_files:
312
- print 'Found unpatched files: %r' % (unpatched_files,)
314
+ print('Found unpatched files: %r' % unpatched_files)
313
315
 
314
316
 
315
317
  def commit(self, commit_message, user):
@@ -1,4 +1,4 @@
1
- #!/bin/bash -e
1
+ #!/usr/bin/env bash
2
2
 
3
3
  # Copyright (c) 2016 The Chromium Authors. All rights reserved.
4
4
  # Use of this source code is governed by a BSD-style license that can be
@@ -19,16 +19,16 @@ $VerifiedPlatform linux-arm64 linux-armv6l
19
19
  $VerifiedPlatform linux-mips64 linux-mips64le linux-mipsle
20
20
 
21
21
  # vpython.
22
- infra/tools/luci/vpython/${platform} git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
22
+ infra/tools/luci/vpython/${platform} git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
23
23
 
24
24
  # LUCI editor
25
25
  infra/tools/luci/led/${platform} git_revision:201038605be27025b386bfa5e7c9b4945aa6027d
26
26
 
27
27
  # LUCI config generator
28
- infra/tools/luci/lucicfg/${platform} git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
28
+ infra/tools/luci/lucicfg/${platform} git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
29
29
 
30
30
  # Mac toolchain installer
31
- infra/tools/mac_toolchain/${os=mac}-${arch} git_revision:edd5644be66d37cdf82978efb0e5d6504d0d552f
31
+ infra/tools/mac_toolchain/${os=mac}-${arch} git_revision:47354a337f7eb444f2cb1e1b5d30ac3940f1d097
32
32
 
33
33
  # LUCI rpc command line tool
34
34
  infra/tools/prpc/${platform} git_revision:edd5644be66d37cdf82978efb0e5d6504d0d552f
@@ -37,4 +37,4 @@ infra/tools/prpc/${platform} git_revision:edd5644be66d37cdf82978efb0e5d6504d0d55
37
37
  infra/tools/luci-auth/${platform} git_revision:edd5644be66d37cdf82978efb0e5d6504d0d552f
38
38
 
39
39
  # LUCI Buildbucket CLI
40
- infra/tools/bb/${platform} git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
40
+ infra/tools/bb/${platform} git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
@@ -2,56 +2,56 @@
2
2
  # Do not modify manually. All changes will be overwritten.
3
3
 
4
4
  infra/tools/bb/linux-386
5
- git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
6
- fdciGVssAXvDr0HvgQKT2TLsYyrTcdwRwk44pyb0Id4C
5
+ git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
6
+ cpeuz5KrzcEIZ-4O66SVZFbWxrRYhdwCNHGdnMOKzDYC
7
7
 
8
8
  infra/tools/bb/linux-amd64
9
- git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
10
- 6sM6knGGJJgRtQkuwHUvh1c0S_izy43PdQSERPdUedYC
9
+ git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
10
+ 2fIivIkZkltdsj4VENVgAGYF8pHNTE8fFmPbhwZDORYC
11
11
 
12
12
  infra/tools/bb/linux-arm64
13
- git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
14
- nf61pf7VbAJFXF16LMEJm0_03C4ddODnoe6iKA7LhfIC
13
+ git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
14
+ B6X2_FgnoztZpb_MUxIdSLR9fzfpw1bjyCjp9UbpygMC
15
15
 
16
16
  infra/tools/bb/linux-armv6l
17
- git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
18
- 959E62T5yolri6gKaE61ToFXMDdwDdaNOZTQpPjI_NQC
17
+ git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
18
+ W17LjZaqqxqDjoWPiy72DEnTp84PB6FdVGjFJvJTZ7gC
19
19
 
20
20
  infra/tools/bb/linux-mips64
21
- git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
22
- 7R90YbsSC58qU6A-bw2VQimuObLCPx47Qdxu-A9ahUsC
21
+ git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
22
+ GqG_HxTx_p0m6YRHMC5DTtKS1K2332IVcO7CtW-0W5cC
23
23
 
24
24
  infra/tools/bb/linux-mips64le
25
- git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
26
- YvA529eJIIOpBGCtR6ukFJW8iwivI_6QiuD1lIKHW7AC
25
+ git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
26
+ wjFmuKp9hO4YAGdhuWJK-FLGqC2x03mlPYWHeVH7U9kC
27
27
 
28
28
  infra/tools/bb/linux-mipsle
29
- git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
30
- dRUDkkV8QdrBy2sqqmd1JkZ99EItzuzUuvhwQDsfHJYC
29
+ git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
30
+ QIrxL6nYt-mf5kiyHM0wmkstJ5UDxGt0iqf4HuqtG0YC
31
31
 
32
32
  infra/tools/bb/linux-ppc64
33
- git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
34
- 0LVjahpJgft-BxAzzw-3Po4ol4kHVbzDTVo87q5Yy2sC
33
+ git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
34
+ s4-OFGYXMsmBdCWYZTGo4qi31MhQwrJghb05oFv6srcC
35
35
 
36
36
  infra/tools/bb/linux-ppc64le
37
- git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
38
- VHm9AhQQ4TvfVCRmKTR3efk3gPrFgY0QMy26oMmSFs4C
37
+ git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
38
+ 0c3ctZ4kjEDwoFAcyxLpDaZKJkj36pSel-M1Pu1ATFgC
39
39
 
40
40
  infra/tools/bb/linux-s390x
41
- git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
42
- 8pr-CZr8-VtstOg5j8_GNrwR5npg-_ehgx2cmegd3jMC
41
+ git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
42
+ Ecp66VoECd-1cEUuLbP2ZnKXnQjWrM256ynD2X8EEaMC
43
43
 
44
44
  infra/tools/bb/mac-amd64
45
- git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
46
- dJ3Ichyo64zrOAu4OUta9RV2xqMCgZH2_Pvj6scvRMAC
45
+ git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
46
+ HtWkNv0bx9OdKxETk-1JEAaTt7usHefXzSFOacMkxswC
47
47
 
48
48
  infra/tools/bb/windows-386
49
- git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
50
- pyc5WnBzHkr4jV2-GEUmndS5z5P4YrQLsKGe0LjroLUC
49
+ git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
50
+ Xcvo1eebw2dhpAI9lQVMR-2BUdoUjMJXRkSgRQGwvakC
51
51
 
52
52
  infra/tools/bb/windows-amd64
53
- git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
54
- -JYvGoq3ij5K77096hPj4ldwj1t9tYvYuMJ7MW-zRsAC
53
+ git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
54
+ nfOD3xLmeaN0tliuhYMmlDxmUYld4dCBq5nAYtqNuYsC
55
55
 
56
56
  infra/tools/luci-auth/linux-386
57
57
  git_revision:edd5644be66d37cdf82978efb0e5d6504d0d552f
@@ -158,112 +158,112 @@ infra/tools/luci/led/windows-amd64
158
158
  cbmSVvGk8oz4_2tLG-j3JOsJ89ZWfJW_tMURj4GSQGgC
159
159
 
160
160
  infra/tools/luci/lucicfg/linux-386
161
- git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
162
- oKHGrFGwV6d8u7cZlNn0pxLt8S6WGfdaDxeec7xtHnUC
161
+ git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
162
+ UG4Q3f6bLn8YcPqHk_H8_1S9q-839WVhbgi_jvp3vugC
163
163
 
164
164
  infra/tools/luci/lucicfg/linux-amd64
165
- git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
166
- ElPoPGvTKN2_SqCk1xQz_8a27V-BdFQ3vCIWr-WPbpYC
165
+ git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
166
+ IoJlhGiI5X0S7KePoOGqCeGe1KF5FH7QsS6jCKvp8HYC
167
167
 
168
168
  infra/tools/luci/lucicfg/linux-arm64
169
- git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
170
- s9djXyOsGamo8iSBK0xnRfkgiQvXkpKi2fUKoDMjFs4C
169
+ git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
170
+ FugHjZmMLYDYSmpQxTitl8zmbl_xUrFWJ-OQ23wbUt0C
171
171
 
172
172
  infra/tools/luci/lucicfg/linux-armv6l
173
- git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
174
- SM5jr0ti1apt7NvZuC-nShMkFdxImG5QOZu2_oTojlgC
173
+ git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
174
+ V7IcW8o0CVEwfZkeaKZP_6o_0r3ytKVf5tMsdTHZFN0C
175
175
 
176
176
  infra/tools/luci/lucicfg/linux-mips64
177
- git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
178
- 1v1wY1kcotYt6PiNRCVv7XRGVmExcal4BIyYLdEphucC
177
+ git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
178
+ doiI1HP0xuM9mSk2zGms3ILT3v8Xg2hB3Uz53xq1VBkC
179
179
 
180
180
  infra/tools/luci/lucicfg/linux-mips64le
181
- git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
182
- JRxI8uGklbokPTFKnLXDg7SkP7wIeBtk2fpgKMKXfIYC
181
+ git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
182
+ 17925nD7AxmHvdU4HaSQe5-1AusnLcDwZHItnYBQOrgC
183
183
 
184
184
  infra/tools/luci/lucicfg/linux-mipsle
185
- git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
186
- sNRitF-m4rPbAp7Qc1zCsKXlQ-w_mwWdpoSC5Lfj8SQC
185
+ git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
186
+ WiD62DMFFNxf32-2XrAflILDwNUasYNa-zI28B9KklsC
187
187
 
188
188
  infra/tools/luci/lucicfg/linux-ppc64
189
- git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
190
- oW72rSZzoVtNy6tKT68QJpnRTQXZIAZ9FYgWkWQdxVEC
189
+ git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
190
+ 0U1VSxJ9xDD9eZfbiRj6BFGi8lJQQYQTDD3rsna0NA8C
191
191
 
192
192
  infra/tools/luci/lucicfg/linux-ppc64le
193
- git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
194
- EWYwgpUcB38JJsONXAluKK1PNRwbdn1InprRgiIURcUC
193
+ git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
194
+ wmx0RST95TALYHfXAZqIzg7uE5bfDcIbfLc9XqAnKzsC
195
195
 
196
196
  infra/tools/luci/lucicfg/linux-s390x
197
- git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
198
- 177EmZFtynwRGm6ym5dOIfrXAT_aJNLbn6GF3hdchYwC
197
+ git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
198
+ tXJIiE1F-r39THXgEp2NGTZe3gXIY8Z_AJm83LyjX9cC
199
199
 
200
200
  infra/tools/luci/lucicfg/mac-amd64
201
- git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
202
- 4S8vkAdhJeKzYv0qKMYXL13eiFICS80bTL7DbhTWSgsC
201
+ git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
202
+ pef0kfCTlMkR9YatA-pDfj8HVNMw7JTENj39ydtoZ8cC
203
203
 
204
204
  infra/tools/luci/lucicfg/windows-386
205
- git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
206
- e8HjDgXAimjOzOejNtRm0Ni8qCJKUIkTTmBmzCBJWNsC
205
+ git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
206
+ 0tdsdCFbp64S-uqzdL6_dcyzXoueehDSH4dMPyUr2EcC
207
207
 
208
208
  infra/tools/luci/lucicfg/windows-amd64
209
- git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
210
- B-6hDi0Z_r1xBDh9uBaIJlwbRZMNDrfRQFUyaU8ps5oC
209
+ git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
210
+ bg8Sg9s1Vgm6as9tBzzHJTpaOqGwM34noDA_SVHevSsC
211
211
 
212
212
  infra/tools/luci/vpython/linux-386
213
- git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
214
- hDxqETS31-yTo7GwC2HqaApd0iJet2SY4OiJEsUyNCMC
213
+ git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
214
+ wMuAVc7aZN1H6AeNJir5sHnQedTnYSxNC0xSZ7bhsAUC
215
215
 
216
216
  infra/tools/luci/vpython/linux-amd64
217
- git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
218
- 7qzFcNYLB1D_BGFy6fpzh0P-DsZYBUVCP9ZtAB0uxnsC
217
+ git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
218
+ d4cRoeyLHZhmoLnTQsjMhXfbN227X8cqTAZxORdIbesC
219
219
 
220
220
  infra/tools/luci/vpython/linux-arm64
221
- git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
222
- zq5Hwaq-RokAF7bce8Cmlx8YOtewy3JMwXdLHWk_rjcC
221
+ git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
222
+ Tu1dUIKzjard2qn2Uf4lM_xcKpuXcsHVZpmU6VofV50C
223
223
 
224
224
  infra/tools/luci/vpython/linux-armv6l
225
- git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
226
- yYgRbOGEPXfub9AFWdsilgQbCgwRLtGUcUpzpJkCFngC
225
+ git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
226
+ wXrus3zFcrTr2s4j6RYtRyY_3b_UCr8ZR9_HHanvJnIC
227
227
 
228
228
  infra/tools/luci/vpython/linux-mips64
229
- git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
230
- N4HgXrUQw8IZFlexxaKE2a-jH8zIwPP9sHeqoVFEIo4C
229
+ git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
230
+ GITDTSLRm99lunYavGlofnYq-QO-AYtbxbl24k-Q44oC
231
231
 
232
232
  infra/tools/luci/vpython/linux-mips64le
233
- git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
234
- 0aQ-DKIWmmmrxyd8MmzDzA9x3XM-o8eI0C1wXdBIumgC
233
+ git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
234
+ b5Urfr_luEPyzrHN_0A-oUS-1KVLNKKX1-f0jxe9LmMC
235
235
 
236
236
  infra/tools/luci/vpython/linux-mipsle
237
- git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
238
- n6ZukkiBoX5BKNMKKoCCiGtW09uX_a0Ij01zTptnBycC
237
+ git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
238
+ ES1ntb4yrlovrovoSSWwepJhrB9HL-oYBzfoBB7In_UC
239
239
 
240
240
  infra/tools/luci/vpython/linux-ppc64
241
- git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
242
- fVxtIcvV7DW4xZWiRuQgCaTxrDUKyJxslwXR8KEVcVoC
241
+ git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
242
+ JOHcDH4Tgwe5-KmqBYoyg7dbLMV1XT3Y18ocbBfW3i8C
243
243
 
244
244
  infra/tools/luci/vpython/linux-ppc64le
245
- git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
246
- yibQZZJ880xjI2yLgnWlFqHx-LyeF2vMHxtoNYNnKnoC
245
+ git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
246
+ CzyLXWHx_mMmh4U6yaeBV4g7X7b5IpliqyRo-gICMbYC
247
247
 
248
248
  infra/tools/luci/vpython/linux-s390x
249
- git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
250
- aFYWGtD5op5kPmLd3762oTd47lK4mNipD3HH2CBp248C
249
+ git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
250
+ x0Wc1idq-TXTT7YRcMokr91Dls2SZbJkpYsb1EzGpdIC
251
251
 
252
252
  infra/tools/luci/vpython/mac-amd64
253
- git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
254
- PuCG_gwsNxvgGPY3GCHh6r_YN4cFW41S_r8gDWwDWDQC
253
+ git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
254
+ Ua-1HtP3NobgI3GfEeGAGoRy45L6575VQ96M9SCV9mEC
255
255
 
256
256
  infra/tools/luci/vpython/windows-386
257
- git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
258
- BnTSl9Kg9mym5puBG0rsbnMhnrOZASlnjEdzR4u01JgC
257
+ git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
258
+ Y7XBraus3dpohfR_o-YBfRHcjL1BKttkZEHh2MWwKV4C
259
259
 
260
260
  infra/tools/luci/vpython/windows-amd64
261
- git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
262
- Iyp60AaJ1mWp8wKg_EYpvvre6pdrLUhGSfhzI2_ILQ4C
261
+ git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
262
+ URdASxHunCnTpWYCexYLrUvW8ifbWByq9CG1epMe4j4C
263
263
 
264
264
  infra/tools/mac_toolchain/mac-amd64
265
- git_revision:edd5644be66d37cdf82978efb0e5d6504d0d552f
266
- WvNxqV3SDEsYZovJkXsk17k5B70pSV7QAe6XjFEupb0C
265
+ git_revision:47354a337f7eb444f2cb1e1b5d30ac3940f1d097
266
+ qeuJWCEG8k8sDHF66tpTllhiWuGcl1m_TtpuhuwhrFsC
267
267
 
268
268
  infra/tools/prpc/linux-386
269
269
  git_revision:edd5644be66d37cdf82978efb0e5d6504d0d552f