diff --git a/cipd_manifest.txt b/cipd_manifest.txt index 713dbc4c0..46354be42 100644 --- a/cipd_manifest.txt +++ b/cipd_manifest.txt @@ -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 diff --git a/cipd_manifest.versions b/cipd_manifest.versions index 422721062..25b36db31 100644 --- a/cipd_manifest.versions +++ b/cipd_manifest.versions @@ -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 diff --git a/crosjobs b/crosjobs deleted file mode 100755 index 6e6393257..000000000 --- a/crosjobs +++ /dev/null @@ -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" "$@" -