mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
This reverts commit 778a576e20.
Reason for revert: This broke `git cl upload` for at least two people.
Bug: b/438584121
Original change's description:
> Roll git-credential-luci: enable ReAuth by default
>
> This CL is potentially disruptive. If things break, please revert
> this CL and reach out to CL authors.
>
> Bug: b/438584121
> Change-Id: Ib5c493e1b89cdcfe065fcf096d9344da915d5da8
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6865736
> Reviewed-by: Chenlin Fan <fancl@chromium.org>
> Commit-Queue: Jiewei Qian <qjw@chromium.org>
Bug: b/438584121
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Change-Id: Idf2a4f31df88ab0b4fcbd5babf1894a8f9fa4cce
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6871713
Reviewed-by: Allen Li <ayatane@chromium.org>
Commit-Queue: Chenlin Fan <fancl@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Auto-Submit: Adam Rice <ricea@chromium.org>
Reviewed-by: Chenlin Fan <fancl@chromium.org>
Reviewed-by: Jiewei Qian <qjw@chromium.org>
76 lines
3.2 KiB
Plaintext
76 lines
3.2 KiB
Plaintext
# Copyright 2017 The Chromium Authors. All rights reserved.
|
|
# 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.
|
|
# 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.
|
|
#
|
|
# To regenerate them (after modifying this file):
|
|
# cipd ensure-file-resolve -ensure-file cipd_manifest.txt
|
|
$ResolvedVersions cipd_manifest.versions
|
|
|
|
# Fully supported platforms.
|
|
$VerifiedPlatform linux-amd64 linux-arm64 mac-amd64 mac-arm64 windows-amd64
|
|
|
|
# Platform with best-effort support: we have some binaries cross-compiled for
|
|
# them, but we do not test they work. They also may not have all necessary
|
|
# vpython packages.
|
|
$VerifiedPlatform linux-386 linux-ppc64 linux-ppc64le linux-riscv64 linux-s390x
|
|
$VerifiedPlatform linux-armv6l linux-mips64 linux-mips64le linux-mipsle linux-loong64
|
|
$VerifiedPlatform windows-arm64
|
|
|
|
# vpython.
|
|
infra/tools/luci/vpython3/${platform} git_revision:ad0c4b622c7d4cee870f57eed8170c059ca42ed3
|
|
|
|
# LUCI editor
|
|
infra/tools/luci/led/${platform} git_revision:a095a06b3c202445e01b75d5690a8587cbc3ab7d
|
|
|
|
# LUCI config generator
|
|
infra/tools/luci/lucicfg/${platform} git_revision:8098fe45159459f4381cfc4e1863f490aa70c062
|
|
|
|
# Mac toolchain installer
|
|
infra/tools/mac_toolchain/${os=mac}-${arch} git_revision:59b5b4b5a506dc23eae31ef0f5b168281c6521da
|
|
|
|
# LUCI rpc command line tool
|
|
infra/tools/prpc/${platform} git_revision:b1f414539ac10cc67a0250890a38712cc06cf102
|
|
|
|
# LUCI authentication command line tool
|
|
infra/tools/luci-auth/${platform} git_revision:14c1dfd95e07b23eeaff304bd29a2eb80b06fe0b
|
|
|
|
# LUCI Git credential helper
|
|
infra/tools/luci/git-credential-luci/${platform} git_revision:1e3eda9011e826fe1c64e2b7b97f6364eec9750e
|
|
|
|
# LUCI Git credential helper plugins
|
|
infra/tools/luci/luci-auth-ssh-plugin/${platform} git_revision:c39ff861346b9dcbaef40bf6a3f0a6143ba4433a
|
|
|
|
# LUCI Git credential SSH helper
|
|
infra/tools/luci/luci-auth-ssh-helper/${platform} git_revision:b1791fdbc3b9e725724e5964c0e13901078491c3
|
|
|
|
# LUCI Buildbucket CLI
|
|
infra/tools/bb/${platform} git_revision:b1f414539ac10cc67a0250890a38712cc06cf102
|
|
|
|
# LUCI ResultDB CLI
|
|
infra/tools/rdb/${platform} git_revision:3543fb152a50d3086105df574a32176f67d9a043
|
|
|
|
# dirmd, a tool to work with DIR_METADATA files
|
|
infra/tools/dirmd/${platform} git_revision:6b4aa314771569029ce32f5bcb2924120bd06b86
|
|
|
|
# Pinpoint CLI
|
|
infra/chromeperf/pinpoint/${platform} git_revision:6b4aa314771569029ce32f5bcb2924120bd06b86
|
|
|
|
@Subdir reclient
|
|
# reclient, currently this is only for ChromeOS build.
|
|
# TODO(http://b/242680623): we may change how to distribute reclient.
|
|
infra/rbe/client/${platform=linux-amd64} re_client_version:0.124.1.13f78cc-gomaip
|