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

Unified Diff: lib/html/scripts/go.sh

Issue 11033049: Make fremontcut serial by default (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Minor fix Created 8 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
Index: lib/html/scripts/go.sh
diff --git a/lib/html/scripts/go.sh b/lib/html/scripts/go.sh
index 7f73c4d83e046e8b7c9532d1bc1fbc3a1ce694c5..deda00c299d4a16bfd79fe4e31737c3f9b8e2504 100755
--- a/lib/html/scripts/go.sh
+++ b/lib/html/scripts/go.sh
@@ -48,5 +48,5 @@ if [[ $CACHED ]] ; then
./dartdomgenerator.py --use-database-cache --systems="$SYSTEMS"
else
reset &&
- ./dartdomgenerator.py --rebuild --systems="$SYSTEMS"
+ ./dartdomgenerator.py --rebuild --parallel --systems="$SYSTEMS"
fi
« lib/html/scripts/fremontcutbuilder.py ('K') | « lib/html/scripts/fremontcutbuilder.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698