mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
R=nodir@chromium.org, vadimsh@chromium.org, yiwzhang@google.com Bug: 1015181,1086729 Change-Id: I94e1dffa334a60818c50ff09e155276147fa99a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2216807 Auto-Submit: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
61 lines
2.3 KiB
Plaintext
61 lines
2.3 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.
|
|
|
|
# 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.txt
|
|
$ResolvedVersions cipd_manifest.versions
|
|
|
|
# Fully supported platforms.
|
|
$VerifiedPlatform linux-amd64 mac-amd64 windows-amd64 windows-386
|
|
|
|
# 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-s390x
|
|
$VerifiedPlatform linux-arm64 linux-armv6l
|
|
$VerifiedPlatform linux-mips64 linux-mips64le linux-mipsle
|
|
|
|
# vpython.
|
|
infra/tools/luci/vpython/${platform} git_revision:b01b3ede35a24f76f21420f11d13f234848e5d34
|
|
|
|
# LUCI editor
|
|
infra/tools/luci/led/${platform} git_revision:66c64bda2fe4d205e45df36d9b309d1aa07f28d8
|
|
|
|
# LUCI config generator
|
|
infra/tools/luci/lucicfg/${platform} git_revision:9ac91ddb864bff3612c3e4f4fbb438de19107349
|
|
|
|
# Mac toolchain installer
|
|
infra/tools/mac_toolchain/${os=mac}-${arch} git_revision:9a1adc55bf4a1173784da3ba2f8cb06421606748
|
|
|
|
# LUCI rpc command line tool
|
|
infra/tools/prpc/${platform} git_revision:edd5644be66d37cdf82978efb0e5d6504d0d552f
|
|
|
|
# LUCI authentication command line tool
|
|
infra/tools/luci-auth/${platform} git_revision:510e7187aa80b1b0d490f069437d119c28d1ea48
|
|
|
|
# LUCI Buildbucket CLI
|
|
infra/tools/bb/${platform} git_revision:f82f4f39bab21925eb55779ca2903d7967d01faa
|
|
|
|
# LUCI ResultDB CLI
|
|
infra/tools/rdb/${platform} git_revision:0f94c2c332c65e1061b0f0fbbbc56ae7be1a335d
|
|
|
|
# CHROMEOS Buildjobs CLI
|
|
chromiumos/infra/crosjobs/${platform=linux-amd64} git_revision:ed616d595eb7241d39d34907050d2949121d6ae8
|
|
|
|
# goma client
|
|
infra/goma/client/${os}-${arch=amd64} git_revision:ccc8255ac04a4f79a4649168c04ffdaa59af649b
|