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

Unified Diff: masters/master.client.syzygy/master_win_cont_cfg.py

Issue 7670026: Fix continuous and official builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 9 years, 4 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: masters/master.client.syzygy/master_win_cont_cfg.py
===================================================================
--- masters/master.client.syzygy/master_win_cont_cfg.py (revision 97134)
+++ masters/master.client.syzygy/master_win_cont_cfg.py (working copy)
@@ -5,7 +5,7 @@
from master import master_config
from master.factory import syzygy_factory
-defaults = { 'category': 'continous' }
+defaults = { 'category': 'continuous' }
Roger McFarlane (Chromium) 2011/08/17 14:59:49 Doh!
Sigurður Ásgeirsson 2011/08/17 15:08:13 Yeah, I'm pretty consistent in this particular mis
helper = master_config.Helper(defaults)
B = helper.Builder

Powered by Google App Engine
This is Rietveld 408576698