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

Unified Diff: client/tools/buildbot_annotated_steps.py

Issue 11411004: Remove the mode flag for clobbering - we will now just nuke the complete output directory. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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 | « no previous file | tools/bots/bot.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tools/buildbot_annotated_steps.py
===================================================================
--- client/tools/buildbot_annotated_steps.py (revision 14947)
+++ client/tools/buildbot_annotated_steps.py (working copy)
@@ -143,11 +143,10 @@
os.environ['JAVA_HOME'] = java_home
print 'Setting java home to'
print java_home
+ sys.stdout.flush()
def ClobberBuilder():
""" Clobber the builder before we do the build.
- Args:
- - mode: either 'debug' or 'release'
"""
cmd = [sys.executable,
'./tools/clean_output_directory.py']
« no previous file with comments | « no previous file | tools/bots/bot.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698