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

Unified Diff: tools/bots/bot.py

Issue 157223004: Add annotated steps for src tarball creation bot (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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
Index: tools/bots/bot.py
===================================================================
--- tools/bots/bot.py (revision 32407)
+++ tools/bots/bot.py (working copy)
@@ -151,7 +151,8 @@
try:
Clobber()
- build_step(build_info)
+ if build_step:
+ build_step(build_info)
custom_steps(build_info)
except OSError as e:

Powered by Google App Engine
This is Rietveld 408576698