mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 02:31:29 +00:00
Add revert instructions
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>
This commit is contained in:
2
bb
2
bb
@@ -4,6 +4,8 @@
|
|||||||
# Use of this source code is governed by a BSD-style license that can be
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
# found in the LICENSE file.
|
# found in the LICENSE file.
|
||||||
|
|
||||||
|
# See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
||||||
|
|
||||||
source "$MYPATH/cipd_bin_setup.sh"
|
source "$MYPATH/cipd_bin_setup.sh"
|
||||||
|
|||||||
2
bb.bat
2
bb.bat
@@ -3,5 +3,7 @@
|
|||||||
:: Use of this source code is governed by a BSD-style license that can be
|
:: Use of this source code is governed by a BSD-style license that can be
|
||||||
:: found in the LICENSE file.
|
:: found in the LICENSE file.
|
||||||
|
|
||||||
|
:: See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
||||||
"%~dp0\.cipd_bin\bb.exe" %*
|
"%~dp0\.cipd_bin\bb.exe" %*
|
||||||
|
|||||||
@@ -2,6 +2,12 @@
|
|||||||
# Use of this source code is governed by a BSD-style license that can be
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
# found in the LICENSE file.
|
# 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.
|
# Pin resolved versions in the repo, to reduce trust in the CIPD backend.
|
||||||
#
|
#
|
||||||
# Most of these tools are generated via builders at
|
# Most of these tools are generated via builders at
|
||||||
|
|||||||
2
crosjobs
2
crosjobs
@@ -4,6 +4,8 @@
|
|||||||
# Use of this source code is governed by a BSD-style license that can be
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
# found in the LICENSE file.
|
# found in the LICENSE file.
|
||||||
|
|
||||||
|
# See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
||||||
|
|
||||||
source "$MYPATH/cipd_bin_setup.sh"
|
source "$MYPATH/cipd_bin_setup.sh"
|
||||||
|
|||||||
2
dirmd
2
dirmd
@@ -4,6 +4,8 @@
|
|||||||
# Use of this source code is governed by a BSD-style license that can be
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
# found in the LICENSE file.
|
# found in the LICENSE file.
|
||||||
|
|
||||||
|
# See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
||||||
|
|
||||||
source "$MYPATH/cipd_bin_setup.sh"
|
source "$MYPATH/cipd_bin_setup.sh"
|
||||||
|
|||||||
@@ -3,5 +3,7 @@
|
|||||||
:: Use of this source code is governed by a BSD-style license that can be
|
:: Use of this source code is governed by a BSD-style license that can be
|
||||||
:: found in the LICENSE file.
|
:: found in the LICENSE file.
|
||||||
|
|
||||||
|
:: See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
||||||
"%~dp0\.cipd_bin\dirmd.exe" %*
|
"%~dp0\.cipd_bin\dirmd.exe" %*
|
||||||
|
|||||||
@@ -4,6 +4,8 @@
|
|||||||
# Use of this source code is governed by a BSD-style license that can be
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
# found in the LICENSE file.
|
# found in the LICENSE file.
|
||||||
|
|
||||||
|
# See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
||||||
|
|
||||||
source "$MYPATH/cipd_bin_setup.sh"
|
source "$MYPATH/cipd_bin_setup.sh"
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
:: Use of this source code is governed by a BSD-style license that can be
|
:: Use of this source code is governed by a BSD-style license that can be
|
||||||
:: found in the LICENSE file.
|
:: found in the LICENSE file.
|
||||||
|
|
||||||
|
:: See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
@call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
@call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
||||||
@call python.bat %~dp0\.cipd_bin\goma_auth.py %*
|
@call python.bat %~dp0\.cipd_bin\goma_auth.py %*
|
||||||
exit /b
|
exit /b
|
||||||
|
|||||||
2
goma_ctl
2
goma_ctl
@@ -4,6 +4,8 @@
|
|||||||
# Use of this source code is governed by a BSD-style license that can be
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
# found in the LICENSE file.
|
# found in the LICENSE file.
|
||||||
|
|
||||||
|
# See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
||||||
|
|
||||||
source "$MYPATH/cipd_bin_setup.sh"
|
source "$MYPATH/cipd_bin_setup.sh"
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
:: Use of this source code is governed by a BSD-style license that can be
|
:: Use of this source code is governed by a BSD-style license that can be
|
||||||
:: found in the LICENSE file.
|
:: found in the LICENSE file.
|
||||||
|
|
||||||
|
:: See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
@call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
@call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
||||||
@call vpython.bat %~dp0\.cipd_bin\goma_ctl.py %*
|
@call vpython.bat %~dp0\.cipd_bin\goma_ctl.py %*
|
||||||
exit /b
|
exit /b
|
||||||
|
|||||||
2
led
2
led
@@ -4,6 +4,8 @@
|
|||||||
# Use of this source code is governed by a BSD-style license that can be
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
# found in the LICENSE file.
|
# found in the LICENSE file.
|
||||||
|
|
||||||
|
# See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
||||||
|
|
||||||
source "$MYPATH/cipd_bin_setup.sh"
|
source "$MYPATH/cipd_bin_setup.sh"
|
||||||
|
|||||||
2
led.bat
2
led.bat
@@ -3,5 +3,7 @@
|
|||||||
:: Use of this source code is governed by a BSD-style license that can be
|
:: Use of this source code is governed by a BSD-style license that can be
|
||||||
:: found in the LICENSE file.
|
:: found in the LICENSE file.
|
||||||
|
|
||||||
|
:: See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
||||||
"%~dp0\.cipd_bin\led.exe" %*
|
"%~dp0\.cipd_bin\led.exe" %*
|
||||||
|
|||||||
@@ -4,6 +4,8 @@
|
|||||||
# Use of this source code is governed by a BSD-style license that can be
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
# found in the LICENSE file.
|
# found in the LICENSE file.
|
||||||
|
|
||||||
|
# See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
||||||
|
|
||||||
source "$MYPATH/cipd_bin_setup.sh"
|
source "$MYPATH/cipd_bin_setup.sh"
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
:: Use of this source code is governed by a BSD-style license that can be
|
:: Use of this source code is governed by a BSD-style license that can be
|
||||||
:: found in the LICENSE file.
|
:: found in the LICENSE file.
|
||||||
|
|
||||||
|
:: See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
||||||
"%~dp0\.cipd_bin\luci-auth.exe" %*
|
"%~dp0\.cipd_bin\luci-auth.exe" %*
|
||||||
|
|
||||||
|
|||||||
2
lucicfg
2
lucicfg
@@ -4,6 +4,8 @@
|
|||||||
# Use of this source code is governed by a BSD-style license that can be
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
# found in the LICENSE file.
|
# found in the LICENSE file.
|
||||||
|
|
||||||
|
# See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
||||||
|
|
||||||
source "$MYPATH/cipd_bin_setup.sh"
|
source "$MYPATH/cipd_bin_setup.sh"
|
||||||
|
|||||||
@@ -3,5 +3,7 @@
|
|||||||
:: Use of this source code is governed by a BSD-style license that can be
|
:: Use of this source code is governed by a BSD-style license that can be
|
||||||
:: found in the LICENSE file.
|
:: found in the LICENSE file.
|
||||||
|
|
||||||
|
:: See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
||||||
"%~dp0\.cipd_bin\lucicfg.exe" %*
|
"%~dp0\.cipd_bin\lucicfg.exe" %*
|
||||||
|
|||||||
2
pinpoint
2
pinpoint
@@ -4,6 +4,8 @@
|
|||||||
# Use of this source code is governed by a BSD-style license that can be
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
# found in the LICENSE file.
|
# found in the LICENSE file.
|
||||||
|
|
||||||
|
# See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
||||||
|
|
||||||
source "$MYPATH/cipd_bin_setup.sh"
|
source "$MYPATH/cipd_bin_setup.sh"
|
||||||
|
|||||||
@@ -3,5 +3,7 @@
|
|||||||
:: Use of this source code is governed by a BSD-style license that can be
|
:: Use of this source code is governed by a BSD-style license that can be
|
||||||
:: found in the LICENSE file.
|
:: found in the LICENSE file.
|
||||||
|
|
||||||
|
:: See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
||||||
"%~dp0\.cipd_bin\pinpoint.exe" %*
|
"%~dp0\.cipd_bin\pinpoint.exe" %*
|
||||||
|
|||||||
2
prpc
2
prpc
@@ -4,6 +4,8 @@
|
|||||||
# Use of this source code is governed by a BSD-style license that can be
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
# found in the LICENSE file.
|
# found in the LICENSE file.
|
||||||
|
|
||||||
|
# See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
||||||
|
|
||||||
source "$MYPATH/cipd_bin_setup.sh"
|
source "$MYPATH/cipd_bin_setup.sh"
|
||||||
|
|||||||
2
prpc.bat
2
prpc.bat
@@ -3,6 +3,8 @@
|
|||||||
:: Use of this source code is governed by a BSD-style license that can be
|
:: Use of this source code is governed by a BSD-style license that can be
|
||||||
:: found in the LICENSE file.
|
:: found in the LICENSE file.
|
||||||
|
|
||||||
|
:: See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
||||||
"%~dp0\.cipd_bin\prpc.exe" %*
|
"%~dp0\.cipd_bin\prpc.exe" %*
|
||||||
|
|
||||||
|
|||||||
2
rdb
2
rdb
@@ -4,6 +4,8 @@
|
|||||||
# Use of this source code is governed by a BSD-style license that can be
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
# found in the LICENSE file.
|
# found in the LICENSE file.
|
||||||
|
|
||||||
|
# See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
||||||
|
|
||||||
source "$MYPATH/cipd_bin_setup.sh"
|
source "$MYPATH/cipd_bin_setup.sh"
|
||||||
|
|||||||
2
rdb.bat
2
rdb.bat
@@ -3,5 +3,7 @@
|
|||||||
:: Use of this source code is governed by a BSD-style license that can be
|
:: Use of this source code is governed by a BSD-style license that can be
|
||||||
:: found in the LICENSE file.
|
:: found in the LICENSE file.
|
||||||
|
|
||||||
|
:: See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
||||||
"%~dp0\.cipd_bin\rdb.exe" %*
|
"%~dp0\.cipd_bin\rdb.exe" %*
|
||||||
|
|||||||
2
vpython
2
vpython
@@ -4,6 +4,8 @@
|
|||||||
# Use of this source code is governed by a BSD-style license that can be
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
# found in the LICENSE file.
|
# found in the LICENSE file.
|
||||||
|
|
||||||
|
# See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
if [[ $VPYTHON_BYPASS == "manually managed python not supported by chrome operations" ]]
|
if [[ $VPYTHON_BYPASS == "manually managed python not supported by chrome operations" ]]
|
||||||
then
|
then
|
||||||
NEWARGS=()
|
NEWARGS=()
|
||||||
|
|||||||
@@ -3,5 +3,7 @@
|
|||||||
:: Use of this source code is governed by a BSD-style license that can be
|
:: Use of this source code is governed by a BSD-style license that can be
|
||||||
:: found in the LICENSE file.
|
:: found in the LICENSE file.
|
||||||
|
|
||||||
|
:: See revert instructions in cipd_manifest.txt
|
||||||
|
|
||||||
call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
||||||
"%~dp0\.cipd_bin\vpython.exe" -vpython-interpreter "%~dp0\python.bat" %*
|
"%~dp0\.cipd_bin\vpython.exe" -vpython-interpreter "%~dp0\python.bat" %*
|
||||||
|
|||||||
Reference in New Issue
Block a user