From 2892e17932837133e2d968c956b75963df9fcc1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Hajdan=20Jr=2E?= Date: Thu, 7 Sep 2017 11:25:38 +0000 Subject: [PATCH] Revert "update_depot_tools: make cipd_bin_setup failures fatal" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit bfa05c838cf5e31bbc56e390d07d2da701f09ca4. Reason for revert: breaks bot bootstrap Original change's description: > update_depot_tools: make cipd_bin_setup failures fatal > > This should make them more noticeable. > > Bug: 762568 > Change-Id: Ibd4ca4dc34d36aec5773d28454d134c909cc78dc > Reviewed-on: https://chromium-review.googlesource.com/653157 > Reviewed-by: Daniel Jacques > Commit-Queue: Paweł Hajdan Jr. TBR=phajdan.jr@chromium.org,dnj@chromium.org Change-Id: I14e8aae77beca52ebbd21567e2ea20954e2b34d8 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 762894, 762568 Reviewed-on: https://chromium-review.googlesource.com/654977 Reviewed-by: Paweł Hajdan Jr. Commit-Queue: Paweł Hajdan Jr. --- update_depot_tools | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/update_depot_tools b/update_depot_tools index 0901e4a75..bc163f80d 100755 --- a/update_depot_tools +++ b/update_depot_tools @@ -121,10 +121,7 @@ if [ "X$DEPOT_TOOLS_UPDATE" != "X0" ]; then # Sync CIPD and CIPD client tools. source "$base_dir/cipd_bin_setup.sh" - cipd_bin_setup || { - echo "CIPD bootstrap failed" - exit 1 - } + cipd_bin_setup find "$base_dir" -iname "*.pyc" -exec rm -f {} \; fi