mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 02:31:29 +00:00
Add revert instructions to .bat and bash files which are the entry points to various infra tools deployed via CIPD. Bug: 1206818 Change-Id: Ib0045aea86f29d0f7e3a43c6ff314c4b7aa74171 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2892387 Auto-Submit: Nodir Turakulov <nodir@chromium.org> Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Dirk Pranke <dpranke@google.com> Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Dirk Pranke <dpranke@google.com>
10 lines
299 B
Batchfile
10 lines
299 B
Batchfile
@echo off
|
|
:: Copyright 2020 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
|
|
|
|
call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
|
"%~dp0\.cipd_bin\dirmd.exe" %*
|