libv8 7.4.288.28.0beta1 → 7.8.279.23.0beta1

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