瀏覽代碼

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>
Andrey Kosyakov 3 年之前
父節點
當前提交
c0169f32a3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gclient

+ 1 - 1
gclient

@@ -5,7 +5,7 @@
 
 
 base_dir=$(dirname "$0")
 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?
   # Shall skip authomatic update?
   if [[ $DEPOT_TOOLS_UPDATE != 0 ]]; then
   if [[ $DEPOT_TOOLS_UPDATE != 0 ]]; then
     "$base_dir"/update_depot_tools "$@"
     "$base_dir"/update_depot_tools "$@"