mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
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>
33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
# 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
|