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

Unified Diff: src/scripts/build_image

Issue 1622015: Fix build image (Closed)
Patch Set: not a boolean Created 10 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/build_image
diff --git a/src/scripts/build_image b/src/scripts/build_image
index 4db54299f962da7a5aa1ad65441c2d4fbf8905ff..e06071afa75f64c2f587b6eee5250e4b2008c40a 100755
--- a/src/scripts/build_image
+++ b/src/scripts/build_image
@@ -41,7 +41,7 @@ DEFINE_string to "" \
"The target image file or device"
DEFINE_boolean withtest $FLAGS_FALSE \
"Include packages required for testing and prepare image for testing"
-DEFINE_string factory_server $FLAGS_FALSE \
+DEFINE_string factory_server "" \
"Build a factory install image pointing to given server."
# Parse command line.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698