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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -0
- data/lib/libv8/version.rb +1 -1
- data/vendor/depot_tools/annotated_gclient.py +4 -2
- data/vendor/depot_tools/auth.py +2 -0
- data/vendor/depot_tools/autoninja +3 -1
- data/vendor/depot_tools/autoninja.bat +1 -1
- data/vendor/depot_tools/autoninja.py +3 -1
- data/vendor/depot_tools/bb +1 -1
- data/vendor/depot_tools/bootstrap/win/manifest.txt +1 -1
- data/vendor/depot_tools/buildbucket.py +8 -6
- data/vendor/depot_tools/checkout.py +7 -5
- 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 +9 -7
- data/vendor/depot_tools/clang_format.py +4 -1
- data/vendor/depot_tools/clang_format_merge_driver.py +9 -7
- data/vendor/depot_tools/compile_single_file.py +3 -1
- data/vendor/depot_tools/dart_format.py +4 -2
- data/vendor/depot_tools/depot-tools-auth.py +10 -8
- data/vendor/depot_tools/fix_encoding.py +5 -2
- data/vendor/depot_tools/gclient-new-workdir.py +2 -0
- data/vendor/depot_tools/gclient.py +8 -9
- data/vendor/depot_tools/gclient_scm.py +54 -28
- data/vendor/depot_tools/gclient_utils.py +14 -4
- data/vendor/depot_tools/gerrit_util.py +8 -6
- data/vendor/depot_tools/git_cache.py +53 -37
- data/vendor/depot_tools/git_cl.py +115 -42
- data/vendor/depot_tools/git_drover.py +3 -1
- data/vendor/depot_tools/git_find_releases.py +8 -6
- data/vendor/depot_tools/git_footers.py +7 -5
- data/vendor/depot_tools/git_freezer.py +3 -1
- data/vendor/depot_tools/git_map_branches.py +7 -5
- data/vendor/depot_tools/git_mark_merge_base.py +8 -6
- data/vendor/depot_tools/git_nav_downstream.py +7 -5
- data/vendor/depot_tools/git_number.py +3 -1
- data/vendor/depot_tools/git_rebase_update.py +38 -43
- data/vendor/depot_tools/git_reparent_branch.py +8 -6
- data/vendor/depot_tools/git_upstream_diff.py +4 -2
- data/vendor/depot_tools/gn.py +6 -4
- 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 +28 -22
- 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 +12 -6
- data/vendor/depot_tools/man/html/git-new-branch.html +1 -1
- data/vendor/depot_tools/man/html/git-rebase-update.html +20 -1
- 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 +10 -6
- 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 +15 -9
- data/vendor/depot_tools/man/man1/git-new-branch.1 +3 -3
- data/vendor/depot_tools/man/man1/git-rebase-update.1 +14 -4
- 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 +7 -13
- data/vendor/depot_tools/man/man7/depot_tools.7 +4 -4
- data/vendor/depot_tools/man/man7/depot_tools_tutorial.7 +33 -27
- data/vendor/depot_tools/man/src/filter_demo_output.py +3 -1
- data/vendor/depot_tools/man/src/git-rebase-update.txt +7 -0
- data/vendor/depot_tools/my_activity.py +13 -11
- data/vendor/depot_tools/my_reviews.py +34 -29
- data/vendor/depot_tools/ninjalog_uploader_wrapper.py +4 -2
- data/vendor/depot_tools/owners_finder.py +3 -1
- data/vendor/depot_tools/patch.py +1 -1
- data/vendor/depot_tools/post_build_ninja_summary.py +17 -15
- data/vendor/depot_tools/presubmit_canned_checks.py +3 -1
- data/vendor/depot_tools/presubmit_support.py +10 -5
- 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 +1 -6
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch.json +2 -4
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch_download.json +1 -6
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/unrecognized_commit_repo.json +0 -5
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/describe-failed.json +2 -4
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/pkg_bad_file.json +25 -5
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/pkg_bad_mode.json +23 -5
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/pkg_bad_verfile.json +23 -5
- data/vendor/depot_tools/recipes/recipe_modules/gclient/config.py +0 -6
- data/vendor/depot_tools/recipes/recipe_modules/gclient/examples/full.py +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/gerrit/examples/full.expected/basic.json +1 -5
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/can_fail_build.json +1 -6
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/count-objects_with_bad_output_fails_build.json +0 -5
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/rebase_failed.json +1 -6
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/set_failure_hash_with_no_steps.json +1 -3
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_gerrit_patch.json +4 -6
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_gerrit_patch_and_target_ref.json +4 -6
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_git_patch.json +4 -6
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_git_patch_luci.json +4 -6
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_wrong_patch.json +4 -6
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_wrong_patch_new.json +4 -6
- data/vendor/depot_tools/rietveld.py +3 -1
- data/vendor/depot_tools/roll_dep.py +2 -0
- data/vendor/depot_tools/roll_dep_svn.py +14 -11
- data/vendor/depot_tools/scm.py +10 -5
- data/vendor/depot_tools/split_cl.py +13 -11
- data/vendor/depot_tools/subprocess2.py +1 -1
- data/vendor/depot_tools/third_party/colorama/LICENSE.txt +0 -1
- data/vendor/depot_tools/third_party/colorama/README.chromium +4 -5
- data/vendor/depot_tools/third_party/colorama/README.rst +346 -0
- data/vendor/depot_tools/third_party/colorama/__init__.py +3 -4
- data/vendor/depot_tools/third_party/colorama/ansi.py +82 -30
- data/vendor/depot_tools/third_party/colorama/ansitowin32.py +105 -37
- data/vendor/depot_tools/third_party/colorama/initialise.py +39 -15
- data/vendor/depot_tools/third_party/colorama/win32.py +46 -28
- data/vendor/depot_tools/third_party/colorama/winterm.py +80 -31
- data/vendor/depot_tools/third_party/upload.py +1 -1
- data/vendor/depot_tools/upload_to_google_storage.py +8 -6
- data/vendor/depot_tools/vpython +1 -1
- data/vendor/depot_tools/watchlists.py +5 -3
- data/vendor/depot_tools/weekly +4 -2
- data/vendor/depot_tools/win_toolchain/get_toolchain_if_necessary.py +38 -36
- data/vendor/depot_tools/win_toolchain/package_from_installed.py +10 -8
- data/vendor/depot_tools/wtf +5 -3
- metadata +3 -3
- 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 560ed2574675ecc0c8366363e21d542194d08fe8566e4257d8555e6f4df63f44
|
4
|
+
data.tar.gz: 316efef73b98a75f9662a70163ca4478ce7a10f242cea7d8cd05a2f391f7e186
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a580c12aa1e1ed0af97f81ce953df890f7cabf2d082a59c9fd3b0d7850383e05ad07919654348198a9a29fb263e8ce1156fc0baebd05322852ddb05f0887c85b
|
7
|
+
data.tar.gz: af11814024f3b6f6ab00a01ba296d620ae503adb996227d1dc7e0baf8b6a4835eafbe047e8027bba120c4ce51f682f30858be1995970ed54d10d4d7ffbc37c08
|
data/CHANGELOG.md
CHANGED
data/lib/libv8/version.rb
CHANGED
@@ -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
|
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
|
56
|
+
print('@@@SET_BUILD_PROPERTY@%s@%s@@@' % (prop, json.dumps(revision)))
|
55
57
|
|
56
58
|
|
57
59
|
def main():
|
data/vendor/depot_tools/auth.py
CHANGED
@@ -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
|
-
|
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
|
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
|
113
|
+
print(' '.join(args))
|
data/vendor/depot_tools/bb
CHANGED
@@ -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
|
157
|
-
print
|
158
|
-
print
|
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
|
169
|
-
print
|
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
|
182
|
+
print('Build: %s' % build_url)
|
181
183
|
|
182
184
|
return response.status != 200
|
183
185
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# coding=
|
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
|
292
|
-
print
|
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
|
312
|
+
print('Found extra files: %r' % extra_files)
|
311
313
|
if unpatched_files:
|
312
|
-
print
|
314
|
+
print('Found unpatched files: %r' % unpatched_files)
|
313
315
|
|
314
316
|
|
315
317
|
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: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:
|
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:
|
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:
|
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:
|
6
|
-
|
5
|
+
git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
|
6
|
+
cpeuz5KrzcEIZ-4O66SVZFbWxrRYhdwCNHGdnMOKzDYC
|
7
7
|
|
8
8
|
infra/tools/bb/linux-amd64
|
9
|
-
git_revision:
|
10
|
-
|
9
|
+
git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
|
10
|
+
2fIivIkZkltdsj4VENVgAGYF8pHNTE8fFmPbhwZDORYC
|
11
11
|
|
12
12
|
infra/tools/bb/linux-arm64
|
13
|
-
git_revision:
|
14
|
-
|
13
|
+
git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
|
14
|
+
B6X2_FgnoztZpb_MUxIdSLR9fzfpw1bjyCjp9UbpygMC
|
15
15
|
|
16
16
|
infra/tools/bb/linux-armv6l
|
17
|
-
git_revision:
|
18
|
-
|
17
|
+
git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
|
18
|
+
W17LjZaqqxqDjoWPiy72DEnTp84PB6FdVGjFJvJTZ7gC
|
19
19
|
|
20
20
|
infra/tools/bb/linux-mips64
|
21
|
-
git_revision:
|
22
|
-
|
21
|
+
git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
|
22
|
+
GqG_HxTx_p0m6YRHMC5DTtKS1K2332IVcO7CtW-0W5cC
|
23
23
|
|
24
24
|
infra/tools/bb/linux-mips64le
|
25
|
-
git_revision:
|
26
|
-
|
25
|
+
git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
|
26
|
+
wjFmuKp9hO4YAGdhuWJK-FLGqC2x03mlPYWHeVH7U9kC
|
27
27
|
|
28
28
|
infra/tools/bb/linux-mipsle
|
29
|
-
git_revision:
|
30
|
-
|
29
|
+
git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
|
30
|
+
QIrxL6nYt-mf5kiyHM0wmkstJ5UDxGt0iqf4HuqtG0YC
|
31
31
|
|
32
32
|
infra/tools/bb/linux-ppc64
|
33
|
-
git_revision:
|
34
|
-
|
33
|
+
git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
|
34
|
+
s4-OFGYXMsmBdCWYZTGo4qi31MhQwrJghb05oFv6srcC
|
35
35
|
|
36
36
|
infra/tools/bb/linux-ppc64le
|
37
|
-
git_revision:
|
38
|
-
|
37
|
+
git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
|
38
|
+
0c3ctZ4kjEDwoFAcyxLpDaZKJkj36pSel-M1Pu1ATFgC
|
39
39
|
|
40
40
|
infra/tools/bb/linux-s390x
|
41
|
-
git_revision:
|
42
|
-
|
41
|
+
git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
|
42
|
+
Ecp66VoECd-1cEUuLbP2ZnKXnQjWrM256ynD2X8EEaMC
|
43
43
|
|
44
44
|
infra/tools/bb/mac-amd64
|
45
|
-
git_revision:
|
46
|
-
|
45
|
+
git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
|
46
|
+
HtWkNv0bx9OdKxETk-1JEAaTt7usHefXzSFOacMkxswC
|
47
47
|
|
48
48
|
infra/tools/bb/windows-386
|
49
|
-
git_revision:
|
50
|
-
|
49
|
+
git_revision:c29f1c1e28655bfaf385c3b11d31ddb917081d22
|
50
|
+
Xcvo1eebw2dhpAI9lQVMR-2BUdoUjMJXRkSgRQGwvakC
|
51
51
|
|
52
52
|
infra/tools/bb/windows-amd64
|
53
|
-
git_revision:
|
54
|
-
|
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:
|
162
|
-
|
161
|
+
git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
|
162
|
+
UG4Q3f6bLn8YcPqHk_H8_1S9q-839WVhbgi_jvp3vugC
|
163
163
|
|
164
164
|
infra/tools/luci/lucicfg/linux-amd64
|
165
|
-
git_revision:
|
166
|
-
|
165
|
+
git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
|
166
|
+
IoJlhGiI5X0S7KePoOGqCeGe1KF5FH7QsS6jCKvp8HYC
|
167
167
|
|
168
168
|
infra/tools/luci/lucicfg/linux-arm64
|
169
|
-
git_revision:
|
170
|
-
|
169
|
+
git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
|
170
|
+
FugHjZmMLYDYSmpQxTitl8zmbl_xUrFWJ-OQ23wbUt0C
|
171
171
|
|
172
172
|
infra/tools/luci/lucicfg/linux-armv6l
|
173
|
-
git_revision:
|
174
|
-
|
173
|
+
git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
|
174
|
+
V7IcW8o0CVEwfZkeaKZP_6o_0r3ytKVf5tMsdTHZFN0C
|
175
175
|
|
176
176
|
infra/tools/luci/lucicfg/linux-mips64
|
177
|
-
git_revision:
|
178
|
-
|
177
|
+
git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
|
178
|
+
doiI1HP0xuM9mSk2zGms3ILT3v8Xg2hB3Uz53xq1VBkC
|
179
179
|
|
180
180
|
infra/tools/luci/lucicfg/linux-mips64le
|
181
|
-
git_revision:
|
182
|
-
|
181
|
+
git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
|
182
|
+
17925nD7AxmHvdU4HaSQe5-1AusnLcDwZHItnYBQOrgC
|
183
183
|
|
184
184
|
infra/tools/luci/lucicfg/linux-mipsle
|
185
|
-
git_revision:
|
186
|
-
|
185
|
+
git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
|
186
|
+
WiD62DMFFNxf32-2XrAflILDwNUasYNa-zI28B9KklsC
|
187
187
|
|
188
188
|
infra/tools/luci/lucicfg/linux-ppc64
|
189
|
-
git_revision:
|
190
|
-
|
189
|
+
git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
|
190
|
+
0U1VSxJ9xDD9eZfbiRj6BFGi8lJQQYQTDD3rsna0NA8C
|
191
191
|
|
192
192
|
infra/tools/luci/lucicfg/linux-ppc64le
|
193
|
-
git_revision:
|
194
|
-
|
193
|
+
git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
|
194
|
+
wmx0RST95TALYHfXAZqIzg7uE5bfDcIbfLc9XqAnKzsC
|
195
195
|
|
196
196
|
infra/tools/luci/lucicfg/linux-s390x
|
197
|
-
git_revision:
|
198
|
-
|
197
|
+
git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
|
198
|
+
tXJIiE1F-r39THXgEp2NGTZe3gXIY8Z_AJm83LyjX9cC
|
199
199
|
|
200
200
|
infra/tools/luci/lucicfg/mac-amd64
|
201
|
-
git_revision:
|
202
|
-
|
201
|
+
git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
|
202
|
+
pef0kfCTlMkR9YatA-pDfj8HVNMw7JTENj39ydtoZ8cC
|
203
203
|
|
204
204
|
infra/tools/luci/lucicfg/windows-386
|
205
|
-
git_revision:
|
206
|
-
|
205
|
+
git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
|
206
|
+
0tdsdCFbp64S-uqzdL6_dcyzXoueehDSH4dMPyUr2EcC
|
207
207
|
|
208
208
|
infra/tools/luci/lucicfg/windows-amd64
|
209
|
-
git_revision:
|
210
|
-
|
209
|
+
git_revision:3761fcc2df05a55d1e44fd4a71cbd276a0330a01
|
210
|
+
bg8Sg9s1Vgm6as9tBzzHJTpaOqGwM34noDA_SVHevSsC
|
211
211
|
|
212
212
|
infra/tools/luci/vpython/linux-386
|
213
|
-
git_revision:
|
214
|
-
|
213
|
+
git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
|
214
|
+
wMuAVc7aZN1H6AeNJir5sHnQedTnYSxNC0xSZ7bhsAUC
|
215
215
|
|
216
216
|
infra/tools/luci/vpython/linux-amd64
|
217
|
-
git_revision:
|
218
|
-
|
217
|
+
git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
|
218
|
+
d4cRoeyLHZhmoLnTQsjMhXfbN227X8cqTAZxORdIbesC
|
219
219
|
|
220
220
|
infra/tools/luci/vpython/linux-arm64
|
221
|
-
git_revision:
|
222
|
-
|
221
|
+
git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
|
222
|
+
Tu1dUIKzjard2qn2Uf4lM_xcKpuXcsHVZpmU6VofV50C
|
223
223
|
|
224
224
|
infra/tools/luci/vpython/linux-armv6l
|
225
|
-
git_revision:
|
226
|
-
|
225
|
+
git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
|
226
|
+
wXrus3zFcrTr2s4j6RYtRyY_3b_UCr8ZR9_HHanvJnIC
|
227
227
|
|
228
228
|
infra/tools/luci/vpython/linux-mips64
|
229
|
-
git_revision:
|
230
|
-
|
229
|
+
git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
|
230
|
+
GITDTSLRm99lunYavGlofnYq-QO-AYtbxbl24k-Q44oC
|
231
231
|
|
232
232
|
infra/tools/luci/vpython/linux-mips64le
|
233
|
-
git_revision:
|
234
|
-
|
233
|
+
git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
|
234
|
+
b5Urfr_luEPyzrHN_0A-oUS-1KVLNKKX1-f0jxe9LmMC
|
235
235
|
|
236
236
|
infra/tools/luci/vpython/linux-mipsle
|
237
|
-
git_revision:
|
238
|
-
|
237
|
+
git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
|
238
|
+
ES1ntb4yrlovrovoSSWwepJhrB9HL-oYBzfoBB7In_UC
|
239
239
|
|
240
240
|
infra/tools/luci/vpython/linux-ppc64
|
241
|
-
git_revision:
|
242
|
-
|
241
|
+
git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
|
242
|
+
JOHcDH4Tgwe5-KmqBYoyg7dbLMV1XT3Y18ocbBfW3i8C
|
243
243
|
|
244
244
|
infra/tools/luci/vpython/linux-ppc64le
|
245
|
-
git_revision:
|
246
|
-
|
245
|
+
git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
|
246
|
+
CzyLXWHx_mMmh4U6yaeBV4g7X7b5IpliqyRo-gICMbYC
|
247
247
|
|
248
248
|
infra/tools/luci/vpython/linux-s390x
|
249
|
-
git_revision:
|
250
|
-
|
249
|
+
git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
|
250
|
+
x0Wc1idq-TXTT7YRcMokr91Dls2SZbJkpYsb1EzGpdIC
|
251
251
|
|
252
252
|
infra/tools/luci/vpython/mac-amd64
|
253
|
-
git_revision:
|
254
|
-
|
253
|
+
git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
|
254
|
+
Ua-1HtP3NobgI3GfEeGAGoRy45L6575VQ96M9SCV9mEC
|
255
255
|
|
256
256
|
infra/tools/luci/vpython/windows-386
|
257
|
-
git_revision:
|
258
|
-
|
257
|
+
git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
|
258
|
+
Y7XBraus3dpohfR_o-YBfRHcjL1BKttkZEHh2MWwKV4C
|
259
259
|
|
260
260
|
infra/tools/luci/vpython/windows-amd64
|
261
|
-
git_revision:
|
262
|
-
|
261
|
+
git_revision:7c436dff846e5ad40ead55e392ce03b701727b29
|
262
|
+
URdASxHunCnTpWYCexYLrUvW8ifbWByq9CG1epMe4j4C
|
263
263
|
|
264
264
|
infra/tools/mac_toolchain/mac-amd64
|
265
|
-
git_revision:
|
266
|
-
|
265
|
+
git_revision:47354a337f7eb444f2cb1e1b5d30ac3940f1d097
|
266
|
+
qeuJWCEG8k8sDHF66tpTllhiWuGcl1m_TtpuhuwhrFsC
|
267
267
|
|
268
268
|
infra/tools/prpc/linux-386
|
269
269
|
git_revision:edd5644be66d37cdf82978efb0e5d6504d0d552f
|