Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(846)

Unified Diff: slave/run_slave.py

Issue 157073002: Bot update! (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: No need to print message in chromium_util Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« scripts/slave/chromium_commands.py ('K') | « scripts/slave/gclient_safe_revert.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: slave/run_slave.py
diff --git a/slave/run_slave.py b/slave/run_slave.py
index ec587a130dc7968f3128c7b583b2cac41caf58d3..afeba7a15127ef77f8298d8b21c281a6fc56c102 100755
--- a/slave/run_slave.py
+++ b/slave/run_slave.py
@@ -171,7 +171,8 @@ def HotPatchSlaveBuilder(is_testing):
Bot.old_remote_setBuilderList = Bot.remote_setBuilderList
def cleanup(self, wanted):
retval = self.old_remote_setBuilderList(wanted)
- wanted_dirs = sorted(['info', 'cert', '.svn'] + [r[1] for r in wanted])
+ wanted_dirs = sorted(
+ ['info', 'cert', '.svn', 'cache_dir'] + [r[1] for r in wanted])
Log('Wanted directories: %s' % wanted_dirs)
actual_dirs = sorted(
i for i in os.listdir(self.basedir)
« scripts/slave/chromium_commands.py ('K') | « scripts/slave/gclient_safe_revert.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698