Commit 9d917537 authored by John Budorick's avatar John Budorick Committed by Commit Bot

mb: update vpython pin.

Follow-up to crrev.com/i/1125563

Bug: 947242
Change-Id: If6cabd80831ae17c28942a1676a82340620d780e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547944Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#646442}
parent b29b6322
...@@ -391,17 +391,17 @@ class MetaBuildWrapper(object): ...@@ -391,17 +391,17 @@ class MetaBuildWrapper(object):
# crbug.com/812428 # crbug.com/812428
# Add in required base software. This should be kept in sync with the # Add in required base software. This should be kept in sync with the
# `swarming` recipe module in build.git. All references to `swarming_module` # `chromium_swarming` recipe module in build.git. All references to
# below are purely due to this. # `swarming_module` below are purely due to this.
cipd_packages = [ cipd_packages = [
('infra/python/cpython/${platform}', ('infra/python/cpython/${platform}',
'version:2.7.14.chromium14'), 'version:2.7.14.chromium14'),
('infra/tools/luci/logdog/butler/${platform}', ('infra/tools/luci/logdog/butler/${platform}',
'git_revision:e1abc57be62d198b5c2f487bfb2fa2d2eb0e867c'), 'git_revision:e1abc57be62d198b5c2f487bfb2fa2d2eb0e867c'),
('infra/tools/luci/vpython-native/${platform}', ('infra/tools/luci/vpython-native/${platform}',
'git_revision:b6cdec8586c9f8d3d728b1bc0bd4331330ba66fc'), 'git_revision:2973c0809cdc7122b7123e42b163a54d4983503f'),
('infra/tools/luci/vpython/${platform}', ('infra/tools/luci/vpython/${platform}',
'git_revision:b6cdec8586c9f8d3d728b1bc0bd4331330ba66fc'), 'git_revision:2973c0809cdc7122b7123e42b163a54d4983503f'),
] ]
for pkg, vers in cipd_packages: for pkg, vers in cipd_packages:
cmd.append('--cipd-package=.swarming_module:%s:%s' % (pkg, vers)) cmd.append('--cipd-package=.swarming_module:%s:%s' % (pkg, vers))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment