mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Skip depot_tools update for gclient recurse
update_depot_tools has become chatty since https://crrev.com/c/3556588, which interfers with processing output from commands being recursed. Change-Id: I47ea49fbe2b1c196562ef8389d981abe8eb5788b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3561658 Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Auto-Submit: Andrey Kosyakov <caseq@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
This commit is contained in:
2
gclient
2
gclient
@@ -5,7 +5,7 @@
|
||||
|
||||
base_dir=$(dirname "$0")
|
||||
|
||||
if [[ "#grep#fetch#cleanup#diff#setdep#" != *"#$1#"* ]]; then
|
||||
if [[ "#grep#fetch#cleanup#diff#setdep#recurse#" != *"#$1#"* ]]; then
|
||||
# Shall skip authomatic update?
|
||||
if [[ $DEPOT_TOOLS_UPDATE != 0 ]]; then
|
||||
"$base_dir"/update_depot_tools "$@"
|
||||
|
||||
Reference in New Issue
Block a user