Skip to content

Commit c0169f3

Browse files
caseqLUCI CQ
authored and
LUCI CQ
committed
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 <[email protected]> Auto-Submit: Andrey Kosyakov <[email protected]> Reviewed-by: Josip Sokcevic <[email protected]> Commit-Queue: Josip Sokcevic <[email protected]>
1 parent 0213e4b commit c0169f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gclient

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
base_dir=$(dirname "$0")
77

8-
if [[ "#grep#fetch#cleanup#diff#setdep#" != *"#$1#"* ]]; then
8+
if [[ "#grep#fetch#cleanup#diff#setdep#recurse#" != *"#$1#"* ]]; then
99
# Shall skip authomatic update?
1010
if [[ $DEPOT_TOOLS_UPDATE != 0 ]]; then
1111
"$base_dir"/update_depot_tools "$@"

0 commit comments

Comments
 (0)