stop vending crosjobs from depot_tools

The command was deprecated in https://crrev.com/i/7202749

Bug: 345486495
Change-Id: I28e1dd286ec4f2dee58144e224783fc586405698
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5605682
Reviewed-by: George Engelbrecht <engeg@google.com>
Commit-Queue: Yiwei Zhang <yiwzhang@google.com>
changes/82/5605682/2
Yiwei Zhang 11 months ago committed by LUCI CQ
parent 1545a081d8
commit a4f8f3559a

@ -54,9 +54,6 @@ infra/tools/bb/${platform} git_revision:b1ef34e3c86269b1261ccbc039ff2cfe3baaa961
# LUCI ResultDB CLI
infra/tools/rdb/${platform} git_revision:6dc7eeb1a5db99a04b6ee701fa3b369813528c20
# CHROMEOS Buildjobs CLI
chromiumos/infra/crosjobs/${platform=linux-amd64} git_revision:ed616d595eb7241d39d34907050d2949121d6ae8
# dirmd, a tool to work with DIR_METADATA files
infra/tools/dirmd/${platform} git_revision:9558e2c2dc002209753b8e61b83c4a2c81361fbc

@ -1,10 +1,6 @@
# This file is auto-generated by 'cipd ensure-file-resolve'.
# Do not modify manually. All changes will be overwritten.
chromiumos/infra/crosjobs/linux-amd64
git_revision:ed616d595eb7241d39d34907050d2949121d6ae8
_vAeU0Q9lAxn933K8vDhwGK40zKVvV-yXGpIy43ATXAC
infra/chromeperf/pinpoint/linux-386
git_revision:bd3a982ae62b4820b71414b2340e86019a1fbd26
O6ChffXAafn2KNzLFlddCOEI-UPJ3Jg8BjNhoCcQRYUC

@ -1,15 +0,0 @@
#!/usr/bin/env bash
# Copyright 2018 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.
# See revert instructions in cipd_manifest.txt
MYPATH=$(dirname "${BASH_SOURCE[0]}")
source "$MYPATH/cipd_bin_setup.sh"
cipd_bin_setup &> /dev/null
exec "$MYPATH/.cipd_bin/buildjobs" "$@"
Loading…
Cancel
Save