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

Unified Diff: build/scripts/tools/slaves.py

Issue 26672003: Remove references to sconsbuild. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 7 years, 2 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
« no previous file with comments | « build/scripts/slave/runtest.py ('k') | depot_tools/presubmit_support.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/scripts/tools/slaves.py
===================================================================
--- build/scripts/tools/slaves.py (revision 227745)
+++ build/scripts/tools/slaves.py (working copy)
@@ -95,9 +95,8 @@
path_dbg = '/cygdrive/e/b/build/slave/*/build/src/*/Debug'
path_rel = '/cygdrive/e/b/build/slave/*/build/src/*/Release'
options.win_cmd = 'rm -rf %s %s' % (path_dbg, path_rel)
- path_scons = '/b/build/slave/*/build/src/sconsbuild'
path_make = '/b/build/slave/*/build/src/out'
- options.linux_cmd = 'rm -rf %s %s' % (path_scons, path_make)
+ options.linux_cmd = 'rm -rf %s' % path_make
path = '/b/build/slave/*/build/src/xcodebuild'
options.mac_cmd = 'rm -rf %s' % path
# We don't want to stop if one slave failed.
« no previous file with comments | « build/scripts/slave/runtest.py ('k') | depot_tools/presubmit_support.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698