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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +0 -1
- data/lib/libv8/version.rb +1 -1
- data/vendor/depot_tools/annotated_gclient.py +2 -4
- data/vendor/depot_tools/auth.py +0 -2
- data/vendor/depot_tools/autoninja +1 -3
- data/vendor/depot_tools/autoninja.bat +1 -1
- data/vendor/depot_tools/autoninja.py +1 -3
- data/vendor/depot_tools/bb +1 -1
- data/vendor/depot_tools/bootstrap/win/manifest.txt +1 -1
- data/vendor/depot_tools/buildbucket.py +6 -8
- data/vendor/depot_tools/checkout.py +5 -7
- data/vendor/depot_tools/cipd +1 -1
- data/vendor/depot_tools/cipd_manifest.txt +4 -4
- data/vendor/depot_tools/cipd_manifest.versions +80 -80
- data/vendor/depot_tools/cit.py +7 -9
- data/vendor/depot_tools/clang_format.py +1 -4
- data/vendor/depot_tools/clang_format_merge_driver.py +7 -9
- data/vendor/depot_tools/compile_single_file.py +1 -3
- data/vendor/depot_tools/dart_format.py +2 -4
- data/vendor/depot_tools/depot-tools-auth.py +8 -10
- data/vendor/depot_tools/fix_encoding.py +2 -5
- data/vendor/depot_tools/gclient-new-workdir.py +0 -2
- data/vendor/depot_tools/gclient.py +9 -8
- data/vendor/depot_tools/gclient_scm.py +28 -54
- data/vendor/depot_tools/gclient_utils.py +4 -14
- data/vendor/depot_tools/gerrit_util.py +6 -8
- data/vendor/depot_tools/git_cache.py +37 -53
- data/vendor/depot_tools/git_cl.py +42 -115
- data/vendor/depot_tools/git_drover.py +1 -3
- data/vendor/depot_tools/git_find_releases.py +6 -8
- data/vendor/depot_tools/git_footers.py +5 -7
- data/vendor/depot_tools/git_freezer.py +1 -3
- data/vendor/depot_tools/git_map_branches.py +5 -7
- data/vendor/depot_tools/git_mark_merge_base.py +6 -8
- data/vendor/depot_tools/git_nav_downstream.py +5 -7
- data/vendor/depot_tools/git_number.py +1 -3
- data/vendor/depot_tools/git_rebase_update.py +43 -38
- data/vendor/depot_tools/git_reparent_branch.py +6 -8
- data/vendor/depot_tools/git_upstream_diff.py +2 -4
- data/vendor/depot_tools/gn.py +4 -6
- data/vendor/depot_tools/infra/config/recipes.cfg +1 -1
- data/vendor/depot_tools/led +1 -1
- data/vendor/depot_tools/luci-auth +1 -1
- data/vendor/depot_tools/lucicfg +1 -1
- data/vendor/depot_tools/mac_toolchain +1 -1
- data/vendor/depot_tools/man/html/depot_tools.html +1 -1
- data/vendor/depot_tools/man/html/depot_tools_tutorial.html +22 -28
- data/vendor/depot_tools/man/html/git-cl.html +1 -1
- data/vendor/depot_tools/man/html/git-drover.html +18 -18
- data/vendor/depot_tools/man/html/git-footers.html +1 -1
- data/vendor/depot_tools/man/html/git-freeze.html +3 -3
- data/vendor/depot_tools/man/html/git-hyper-blame.html +1 -1
- data/vendor/depot_tools/man/html/git-map-branches.html +2 -2
- data/vendor/depot_tools/man/html/git-map.html +1 -1
- data/vendor/depot_tools/man/html/git-mark-merge-base.html +1 -1
- data/vendor/depot_tools/man/html/git-nav-downstream.html +3 -3
- data/vendor/depot_tools/man/html/git-nav-upstream.html +6 -12
- data/vendor/depot_tools/man/html/git-new-branch.html +1 -1
- data/vendor/depot_tools/man/html/git-rebase-update.html +1 -20
- data/vendor/depot_tools/man/html/git-rename-branch.html +1 -1
- data/vendor/depot_tools/man/html/git-reparent-branch.html +1 -1
- data/vendor/depot_tools/man/html/git-retry.html +1 -1
- data/vendor/depot_tools/man/html/git-squash-branch.html +1 -1
- data/vendor/depot_tools/man/html/git-thaw.html +1 -1
- data/vendor/depot_tools/man/html/git-upstream-diff.html +6 -10
- data/vendor/depot_tools/man/man1/git-cl.1 +4 -4
- data/vendor/depot_tools/man/man1/git-drover.1 +21 -21
- data/vendor/depot_tools/man/man1/git-footers.1 +4 -4
- data/vendor/depot_tools/man/man1/git-freeze.1 +6 -6
- data/vendor/depot_tools/man/man1/git-hyper-blame.1 +4 -4
- data/vendor/depot_tools/man/man1/git-map-branches.1 +4 -4
- data/vendor/depot_tools/man/man1/git-map.1 +4 -4
- data/vendor/depot_tools/man/man1/git-mark-merge-base.1 +4 -4
- data/vendor/depot_tools/man/man1/git-nav-downstream.1 +6 -6
- data/vendor/depot_tools/man/man1/git-nav-upstream.1 +9 -15
- data/vendor/depot_tools/man/man1/git-new-branch.1 +3 -3
- data/vendor/depot_tools/man/man1/git-rebase-update.1 +4 -14
- data/vendor/depot_tools/man/man1/git-rename-branch.1 +4 -4
- data/vendor/depot_tools/man/man1/git-reparent-branch.1 +4 -4
- data/vendor/depot_tools/man/man1/git-retry.1 +4 -4
- data/vendor/depot_tools/man/man1/git-squash-branch.1 +4 -4
- data/vendor/depot_tools/man/man1/git-thaw.1 +4 -4
- data/vendor/depot_tools/man/man1/git-upstream-diff.1 +13 -7
- data/vendor/depot_tools/man/man7/depot_tools.7 +4 -4
- data/vendor/depot_tools/man/man7/depot_tools_tutorial.7 +27 -33
- data/vendor/depot_tools/man/src/filter_demo_output.py +1 -3
- data/vendor/depot_tools/man/src/git-rebase-update.txt +0 -7
- data/vendor/depot_tools/my_activity.py +11 -13
- data/vendor/depot_tools/my_reviews.py +29 -34
- data/vendor/depot_tools/ninjalog_uploader_wrapper.py +2 -4
- data/vendor/depot_tools/owners_finder.py +1 -3
- data/vendor/depot_tools/patch.py +1 -1
- data/vendor/depot_tools/post_build_ninja_summary.py +15 -17
- data/vendor/depot_tools/presubmit_canned_checks.py +1 -3
- data/vendor/depot_tools/presubmit_support.py +5 -10
- data/vendor/depot_tools/prpc +1 -1
- data/vendor/depot_tools/recipes/README.recipes.md +17 -17
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail.json +6 -1
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch.json +4 -2
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch_download.json +6 -1
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/unrecognized_commit_repo.json +5 -0
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/describe-failed.json +4 -2
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/pkg_bad_file.json +5 -25
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/pkg_bad_mode.json +5 -23
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/pkg_bad_verfile.json +5 -23
- data/vendor/depot_tools/recipes/recipe_modules/gclient/config.py +6 -0
- data/vendor/depot_tools/recipes/recipe_modules/gclient/examples/full.py +1 -0
- data/vendor/depot_tools/recipes/recipe_modules/gerrit/examples/full.expected/basic.json +5 -1
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/can_fail_build.json +6 -1
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/count-objects_with_bad_output_fails_build.json +5 -0
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/rebase_failed.json +6 -1
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/set_failure_hash_with_no_steps.json +3 -1
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_gerrit_patch.json +6 -4
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_gerrit_patch_and_target_ref.json +6 -4
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_git_patch.json +6 -4
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_git_patch_luci.json +6 -4
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_wrong_patch.json +6 -4
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_wrong_patch_new.json +6 -4
- data/vendor/depot_tools/rietveld.py +1 -3
- data/vendor/depot_tools/roll_dep.py +0 -2
- data/vendor/depot_tools/roll_dep_svn.py +11 -14
- data/vendor/depot_tools/scm.py +5 -10
- data/vendor/depot_tools/split_cl.py +11 -13
- data/vendor/depot_tools/subprocess2.py +1 -1
- data/vendor/depot_tools/third_party/colorama/LICENSE.txt +1 -0
- data/vendor/depot_tools/third_party/colorama/README.chromium +5 -4
- data/vendor/depot_tools/third_party/colorama/README.txt +304 -0
- data/vendor/depot_tools/third_party/colorama/__init__.py +4 -3
- data/vendor/depot_tools/third_party/colorama/ansi.py +30 -82
- data/vendor/depot_tools/third_party/colorama/ansitowin32.py +37 -105
- data/vendor/depot_tools/third_party/colorama/initialise.py +15 -39
- data/vendor/depot_tools/third_party/colorama/win32.py +28 -46
- data/vendor/depot_tools/third_party/colorama/winterm.py +31 -80
- data/vendor/depot_tools/third_party/upload.py +1 -1
- data/vendor/depot_tools/upload_to_google_storage.py +6 -8
- data/vendor/depot_tools/vpython +1 -1
- data/vendor/depot_tools/watchlists.py +3 -5
- data/vendor/depot_tools/weekly +2 -4
- data/vendor/depot_tools/win_toolchain/get_toolchain_if_necessary.py +36 -38
- data/vendor/depot_tools/win_toolchain/package_from_installed.py +8 -10
- data/vendor/depot_tools/wtf +3 -5
- metadata +3 -3
- 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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6356a85c0e08d10212afe97f09fa0c60960e6733861a3b77048925ee8fc8cc8c
|
|
4
|
+
data.tar.gz: '0199d7986e1ec191749a9a948574261cf361ce6f931ebdd4899e69ca94d2b9ae'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2ac8132ffdec219eade0c245ec13f109ca0890a5e0061f16490667399fd6e70bb481f75100d58ea2820b803cb3baa82f5c694e0156e44d7bcb523bceaa128d2
|
|
7
|
+
data.tar.gz: 16e14e1a8f9e25b57735c30db1e940f3de4da1a16c2ba9b5937046f837f4735005d0f24d7fb49c49b4b15eed1b491fc7133dc444f54d1b9565180c8146fca6d2
|
data/CHANGELOG.md
CHANGED
data/lib/libv8/version.rb
CHANGED
|
@@ -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
|
|
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
|
|
54
|
+
print '@@@SET_BUILD_PROPERTY@%s@%s@@@' % (prop, json.dumps(revision))
|
|
57
55
|
|
|
58
56
|
|
|
59
57
|
def main():
|
data/vendor/depot_tools/auth.py
CHANGED
|
@@ -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
|
-
|
|
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 "
|
|
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
|
|
111
|
+
print ' '.join(args)
|
data/vendor/depot_tools/bb
CHANGED
|
@@ -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
|
|
159
|
-
print
|
|
160
|
-
print
|
|
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
|
|
171
|
-
print
|
|
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
|
|
180
|
+
print 'Build: %s' % build_url
|
|
183
181
|
|
|
184
182
|
return response.status != 200
|
|
185
183
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# coding=
|
|
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
|
|
294
|
-
print
|
|
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
|
|
310
|
+
print 'Found extra files: %r' % (extra_files,)
|
|
313
311
|
if unpatched_files:
|
|
314
|
-
print
|
|
312
|
+
print 'Found unpatched files: %r' % (unpatched_files,)
|
|
315
313
|
|
|
316
314
|
|
|
317
315
|
def commit(self, commit_message, user):
|
data/vendor/depot_tools/cipd
CHANGED
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
6
|
-
|
|
5
|
+
git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
|
|
6
|
+
fdciGVssAXvDr0HvgQKT2TLsYyrTcdwRwk44pyb0Id4C
|
|
7
7
|
|
|
8
8
|
infra/tools/bb/linux-amd64
|
|
9
|
-
git_revision:
|
|
10
|
-
|
|
9
|
+
git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
|
|
10
|
+
6sM6knGGJJgRtQkuwHUvh1c0S_izy43PdQSERPdUedYC
|
|
11
11
|
|
|
12
12
|
infra/tools/bb/linux-arm64
|
|
13
|
-
git_revision:
|
|
14
|
-
|
|
13
|
+
git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
|
|
14
|
+
nf61pf7VbAJFXF16LMEJm0_03C4ddODnoe6iKA7LhfIC
|
|
15
15
|
|
|
16
16
|
infra/tools/bb/linux-armv6l
|
|
17
|
-
git_revision:
|
|
18
|
-
|
|
17
|
+
git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
|
|
18
|
+
959E62T5yolri6gKaE61ToFXMDdwDdaNOZTQpPjI_NQC
|
|
19
19
|
|
|
20
20
|
infra/tools/bb/linux-mips64
|
|
21
|
-
git_revision:
|
|
22
|
-
|
|
21
|
+
git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
|
|
22
|
+
7R90YbsSC58qU6A-bw2VQimuObLCPx47Qdxu-A9ahUsC
|
|
23
23
|
|
|
24
24
|
infra/tools/bb/linux-mips64le
|
|
25
|
-
git_revision:
|
|
26
|
-
|
|
25
|
+
git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
|
|
26
|
+
YvA529eJIIOpBGCtR6ukFJW8iwivI_6QiuD1lIKHW7AC
|
|
27
27
|
|
|
28
28
|
infra/tools/bb/linux-mipsle
|
|
29
|
-
git_revision:
|
|
30
|
-
|
|
29
|
+
git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
|
|
30
|
+
dRUDkkV8QdrBy2sqqmd1JkZ99EItzuzUuvhwQDsfHJYC
|
|
31
31
|
|
|
32
32
|
infra/tools/bb/linux-ppc64
|
|
33
|
-
git_revision:
|
|
34
|
-
|
|
33
|
+
git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
|
|
34
|
+
0LVjahpJgft-BxAzzw-3Po4ol4kHVbzDTVo87q5Yy2sC
|
|
35
35
|
|
|
36
36
|
infra/tools/bb/linux-ppc64le
|
|
37
|
-
git_revision:
|
|
38
|
-
|
|
37
|
+
git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
|
|
38
|
+
VHm9AhQQ4TvfVCRmKTR3efk3gPrFgY0QMy26oMmSFs4C
|
|
39
39
|
|
|
40
40
|
infra/tools/bb/linux-s390x
|
|
41
|
-
git_revision:
|
|
42
|
-
|
|
41
|
+
git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
|
|
42
|
+
8pr-CZr8-VtstOg5j8_GNrwR5npg-_ehgx2cmegd3jMC
|
|
43
43
|
|
|
44
44
|
infra/tools/bb/mac-amd64
|
|
45
|
-
git_revision:
|
|
46
|
-
|
|
45
|
+
git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
|
|
46
|
+
dJ3Ichyo64zrOAu4OUta9RV2xqMCgZH2_Pvj6scvRMAC
|
|
47
47
|
|
|
48
48
|
infra/tools/bb/windows-386
|
|
49
|
-
git_revision:
|
|
50
|
-
|
|
49
|
+
git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
|
|
50
|
+
pyc5WnBzHkr4jV2-GEUmndS5z5P4YrQLsKGe0LjroLUC
|
|
51
51
|
|
|
52
52
|
infra/tools/bb/windows-amd64
|
|
53
|
-
git_revision:
|
|
54
|
-
|
|
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:
|
|
162
|
-
|
|
161
|
+
git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
|
|
162
|
+
oKHGrFGwV6d8u7cZlNn0pxLt8S6WGfdaDxeec7xtHnUC
|
|
163
163
|
|
|
164
164
|
infra/tools/luci/lucicfg/linux-amd64
|
|
165
|
-
git_revision:
|
|
166
|
-
|
|
165
|
+
git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
|
|
166
|
+
ElPoPGvTKN2_SqCk1xQz_8a27V-BdFQ3vCIWr-WPbpYC
|
|
167
167
|
|
|
168
168
|
infra/tools/luci/lucicfg/linux-arm64
|
|
169
|
-
git_revision:
|
|
170
|
-
|
|
169
|
+
git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
|
|
170
|
+
s9djXyOsGamo8iSBK0xnRfkgiQvXkpKi2fUKoDMjFs4C
|
|
171
171
|
|
|
172
172
|
infra/tools/luci/lucicfg/linux-armv6l
|
|
173
|
-
git_revision:
|
|
174
|
-
|
|
173
|
+
git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
|
|
174
|
+
SM5jr0ti1apt7NvZuC-nShMkFdxImG5QOZu2_oTojlgC
|
|
175
175
|
|
|
176
176
|
infra/tools/luci/lucicfg/linux-mips64
|
|
177
|
-
git_revision:
|
|
178
|
-
|
|
177
|
+
git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
|
|
178
|
+
1v1wY1kcotYt6PiNRCVv7XRGVmExcal4BIyYLdEphucC
|
|
179
179
|
|
|
180
180
|
infra/tools/luci/lucicfg/linux-mips64le
|
|
181
|
-
git_revision:
|
|
182
|
-
|
|
181
|
+
git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
|
|
182
|
+
JRxI8uGklbokPTFKnLXDg7SkP7wIeBtk2fpgKMKXfIYC
|
|
183
183
|
|
|
184
184
|
infra/tools/luci/lucicfg/linux-mipsle
|
|
185
|
-
git_revision:
|
|
186
|
-
|
|
185
|
+
git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
|
|
186
|
+
sNRitF-m4rPbAp7Qc1zCsKXlQ-w_mwWdpoSC5Lfj8SQC
|
|
187
187
|
|
|
188
188
|
infra/tools/luci/lucicfg/linux-ppc64
|
|
189
|
-
git_revision:
|
|
190
|
-
|
|
189
|
+
git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
|
|
190
|
+
oW72rSZzoVtNy6tKT68QJpnRTQXZIAZ9FYgWkWQdxVEC
|
|
191
191
|
|
|
192
192
|
infra/tools/luci/lucicfg/linux-ppc64le
|
|
193
|
-
git_revision:
|
|
194
|
-
|
|
193
|
+
git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
|
|
194
|
+
EWYwgpUcB38JJsONXAluKK1PNRwbdn1InprRgiIURcUC
|
|
195
195
|
|
|
196
196
|
infra/tools/luci/lucicfg/linux-s390x
|
|
197
|
-
git_revision:
|
|
198
|
-
|
|
197
|
+
git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
|
|
198
|
+
177EmZFtynwRGm6ym5dOIfrXAT_aJNLbn6GF3hdchYwC
|
|
199
199
|
|
|
200
200
|
infra/tools/luci/lucicfg/mac-amd64
|
|
201
|
-
git_revision:
|
|
202
|
-
|
|
201
|
+
git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
|
|
202
|
+
4S8vkAdhJeKzYv0qKMYXL13eiFICS80bTL7DbhTWSgsC
|
|
203
203
|
|
|
204
204
|
infra/tools/luci/lucicfg/windows-386
|
|
205
|
-
git_revision:
|
|
206
|
-
|
|
205
|
+
git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
|
|
206
|
+
e8HjDgXAimjOzOejNtRm0Ni8qCJKUIkTTmBmzCBJWNsC
|
|
207
207
|
|
|
208
208
|
infra/tools/luci/lucicfg/windows-amd64
|
|
209
|
-
git_revision:
|
|
210
|
-
|
|
209
|
+
git_revision:1399f5bdee4cf1c0826b64cf103418b1b9e7c15b
|
|
210
|
+
B-6hDi0Z_r1xBDh9uBaIJlwbRZMNDrfRQFUyaU8ps5oC
|
|
211
211
|
|
|
212
212
|
infra/tools/luci/vpython/linux-386
|
|
213
|
-
git_revision:
|
|
214
|
-
|
|
213
|
+
git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
|
|
214
|
+
hDxqETS31-yTo7GwC2HqaApd0iJet2SY4OiJEsUyNCMC
|
|
215
215
|
|
|
216
216
|
infra/tools/luci/vpython/linux-amd64
|
|
217
|
-
git_revision:
|
|
218
|
-
|
|
217
|
+
git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
|
|
218
|
+
7qzFcNYLB1D_BGFy6fpzh0P-DsZYBUVCP9ZtAB0uxnsC
|
|
219
219
|
|
|
220
220
|
infra/tools/luci/vpython/linux-arm64
|
|
221
|
-
git_revision:
|
|
222
|
-
|
|
221
|
+
git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
|
|
222
|
+
zq5Hwaq-RokAF7bce8Cmlx8YOtewy3JMwXdLHWk_rjcC
|
|
223
223
|
|
|
224
224
|
infra/tools/luci/vpython/linux-armv6l
|
|
225
|
-
git_revision:
|
|
226
|
-
|
|
225
|
+
git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
|
|
226
|
+
yYgRbOGEPXfub9AFWdsilgQbCgwRLtGUcUpzpJkCFngC
|
|
227
227
|
|
|
228
228
|
infra/tools/luci/vpython/linux-mips64
|
|
229
|
-
git_revision:
|
|
230
|
-
|
|
229
|
+
git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
|
|
230
|
+
N4HgXrUQw8IZFlexxaKE2a-jH8zIwPP9sHeqoVFEIo4C
|
|
231
231
|
|
|
232
232
|
infra/tools/luci/vpython/linux-mips64le
|
|
233
|
-
git_revision:
|
|
234
|
-
|
|
233
|
+
git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
|
|
234
|
+
0aQ-DKIWmmmrxyd8MmzDzA9x3XM-o8eI0C1wXdBIumgC
|
|
235
235
|
|
|
236
236
|
infra/tools/luci/vpython/linux-mipsle
|
|
237
|
-
git_revision:
|
|
238
|
-
|
|
237
|
+
git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
|
|
238
|
+
n6ZukkiBoX5BKNMKKoCCiGtW09uX_a0Ij01zTptnBycC
|
|
239
239
|
|
|
240
240
|
infra/tools/luci/vpython/linux-ppc64
|
|
241
|
-
git_revision:
|
|
242
|
-
|
|
241
|
+
git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
|
|
242
|
+
fVxtIcvV7DW4xZWiRuQgCaTxrDUKyJxslwXR8KEVcVoC
|
|
243
243
|
|
|
244
244
|
infra/tools/luci/vpython/linux-ppc64le
|
|
245
|
-
git_revision:
|
|
246
|
-
|
|
245
|
+
git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
|
|
246
|
+
yibQZZJ880xjI2yLgnWlFqHx-LyeF2vMHxtoNYNnKnoC
|
|
247
247
|
|
|
248
248
|
infra/tools/luci/vpython/linux-s390x
|
|
249
|
-
git_revision:
|
|
250
|
-
|
|
249
|
+
git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
|
|
250
|
+
aFYWGtD5op5kPmLd3762oTd47lK4mNipD3HH2CBp248C
|
|
251
251
|
|
|
252
252
|
infra/tools/luci/vpython/mac-amd64
|
|
253
|
-
git_revision:
|
|
254
|
-
|
|
253
|
+
git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
|
|
254
|
+
PuCG_gwsNxvgGPY3GCHh6r_YN4cFW41S_r8gDWwDWDQC
|
|
255
255
|
|
|
256
256
|
infra/tools/luci/vpython/windows-386
|
|
257
|
-
git_revision:
|
|
258
|
-
|
|
257
|
+
git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
|
|
258
|
+
BnTSl9Kg9mym5puBG0rsbnMhnrOZASlnjEdzR4u01JgC
|
|
259
259
|
|
|
260
260
|
infra/tools/luci/vpython/windows-amd64
|
|
261
|
-
git_revision:
|
|
262
|
-
|
|
261
|
+
git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
|
|
262
|
+
Iyp60AaJ1mWp8wKg_EYpvvre6pdrLUhGSfhzI2_ILQ4C
|
|
263
263
|
|
|
264
264
|
infra/tools/mac_toolchain/mac-amd64
|
|
265
|
-
git_revision:
|
|
266
|
-
|
|
265
|
+
git_revision:edd5644be66d37cdf82978efb0e5d6504d0d552f
|
|
266
|
+
WvNxqV3SDEsYZovJkXsk17k5B70pSV7QAe6XjFEupb0C
|
|
267
267
|
|
|
268
268
|
infra/tools/prpc/linux-386
|
|
269
269
|
git_revision:edd5644be66d37cdf82978efb0e5d6504d0d552f
|