From 809ab90e1fe2c91bd10b48e7cb32cc613c660ecb Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Tue, 27 Sep 2011 01:53:16 +0000 Subject: [PATCH] Revert r102841 - Delete all *.pyc on update. It's causing bots to time out in their update step. TBR=maruel,asvitkine Review URL: http://codereview.chromium.org/8052003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@102859 0039d316-1c4b-4281-b951-d872f2087c98 --- update_depot_tools | 2 -- 1 file changed, 2 deletions(-) diff --git a/update_depot_tools b/update_depot_tools index c2a4d5f93..42d02a359 100755 --- a/update_depot_tools +++ b/update_depot_tools @@ -94,5 +94,3 @@ then echo "Depot Tools has been updated to revision $AFTER_REVISION." 1>&2 fi fi - -find . -iname "*.pyc" -delete