Redirect cros calls to py2.7 scripts to the vpython2.7 package.
Bug: 1245665 Change-Id: I1b75e2a515e6c8b1b7b0192946a2cfd5295a21f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4015440 Reviewed-by: Mike Frysinger <vapier@chromium.org> Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Brian Ryner <bryner@google.com>changes/40/4015440/12
parent
7a81ebf111
commit
252b19866a
@ -0,0 +1,32 @@
|
||||
# Copyright 2022 The Chromium Authors
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
# This file contains version pins of a few infrastructure tools for cros.
|
||||
# If a tool is broken, revert a recent CL touching this file.
|
||||
# Note that Chromium has its own depot_tools pin, so if in a rush, revert the
|
||||
# depot_tools roll as well: https://chromium-review.googlesource.com/q/project:chromium/src+file:DEPS+depot_tools
|
||||
# or just wait for the autoroller to auto-roll your revert to Chromium.
|
||||
|
||||
# Pin resolved versions in the repo, to reduce trust in the CIPD backend.
|
||||
#
|
||||
# Most of these tools are generated via builders at
|
||||
# https://ci.chromium.org/p/infra/g/infra/console
|
||||
#
|
||||
# For these, the git revision is the one of
|
||||
# https://chromium.googlesource.com/infra/infra.git.
|
||||
#
|
||||
# For goma client, generated via builders at
|
||||
# https://ci.chromium.org/p/infra-internal/g/goma-client/console
|
||||
# the git revision is the one of
|
||||
# https://chromium.googlesource.com/infra/goma/client.git
|
||||
#
|
||||
# To regenerate them (after modifying this file):
|
||||
# cipd ensure-file-resolve -ensure-file cipd_manifest_cros_python2.txt
|
||||
$ResolvedVersions cipd_manifest_cros_python2.versions
|
||||
|
||||
# Fully supported platforms.
|
||||
$VerifiedPlatform linux-amd64
|
||||
|
||||
# vpython2.7
|
||||
infra/tools/luci/vpython2.7/${platform} git_revision:cc21a500756c924a48f46f4755d3857133d8caa0
|
@ -0,0 +1,6 @@
|
||||
# This file is auto-generated by 'cipd ensure-file-resolve'.
|
||||
# Do not modify manually. All changes will be overwritten.
|
||||
|
||||
infra/tools/luci/vpython2.7/linux-amd64
|
||||
git_revision:cc21a500756c924a48f46f4755d3857133d8caa0
|
||||
h462OEG6RTHkokEKNA5Nhpxd5Z98ZqjJ3xkP5X56LI0C
|
@ -0,0 +1,58 @@
|
||||
# vpython spec used by the cros script to run commands using vpython2.7.
|
||||
python_version: "2.7"
|
||||
wheel: <
|
||||
name: "infra/python/wheels/httplib2-py2_py3"
|
||||
version: "version:0.10.3"
|
||||
>
|
||||
wheel: <
|
||||
name: "infra/python/wheels/oauth2client-py2_py3"
|
||||
version: "version:1.5.2"
|
||||
>
|
||||
wheel: <
|
||||
name: "infra/python/wheels/pyasn1-py2_py3"
|
||||
version: "version:0.2.3"
|
||||
>
|
||||
wheel: <
|
||||
name: "infra/python/wheels/pyasn1_modules-py2_py3"
|
||||
version: "version:0.0.8"
|
||||
>
|
||||
wheel: <
|
||||
name: "infra/python/wheels/rsa-py2_py3"
|
||||
version: "version:3.4.2"
|
||||
>
|
||||
wheel: <
|
||||
name: "infra/python/wheels/six-py2_py3"
|
||||
version: "version:1.15.0"
|
||||
>
|
||||
wheel: <
|
||||
name: "infra/python/wheels/psutil/${vpython_platform}"
|
||||
version: "version:5.8.0"
|
||||
>
|
||||
wheel: <
|
||||
name: "infra/python/wheels/backports_functools_lru_cache-py2"
|
||||
version: "version:1.5"
|
||||
>
|
||||
wheel: <
|
||||
name: "infra/python/wheels/cheroot-py2"
|
||||
version: "version:6.2.4"
|
||||
>
|
||||
wheel: <
|
||||
name: "infra/python/wheels/cherrypy-py2"
|
||||
version: "version:14.2.0"
|
||||
>
|
||||
wheel: <
|
||||
name: "infra/python/wheels/more-itertools-py2_py3"
|
||||
version: "version:4.1.0"
|
||||
>
|
||||
wheel: <
|
||||
name: "infra/python/wheels/portend-py2"
|
||||
version: "version:2.2"
|
||||
>
|
||||
wheel: <
|
||||
name: "infra/python/wheels/pytz-py2_py3"
|
||||
version: "version:2021.1"
|
||||
>
|
||||
wheel: <
|
||||
name: "infra/python/wheels/tempora-py2"
|
||||
version: "version:1.11"
|
||||
>
|
Loading…
Reference in New Issue