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

Unified Diff: build_image

Issue 2859005: Add Build Timer (Closed) Base URL: http://src.chromium.org/git/crosutils.git
Patch Set: space Created 10 years, 6 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 | common.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_image
diff --git a/build_image b/build_image
index 2fad0fed0068fcc5da4262e71cc6d2dc3520f124..34d2b62f410a7616c70482673059c9af1c880741 100755
--- a/build_image
+++ b/build_image
@@ -138,9 +138,6 @@ if [[ -e "$OUTPUT_DIR" ]]; then
fi
fi
-# Be verbose to help debug failures.
-set -x
-
# Create the output directory.
mkdir -p "$OUTPUT_DIR"
@@ -567,6 +564,9 @@ fi
if [ "$FLAGS_withdev" -eq "$FLAGS_TRUE" ]; then
echo "Developer image created as $DEVELOPER_IMAGE_NAME"
fi
+
+print_time_elapsed
+
echo "To copy to USB keyfob, OUTSIDE the chroot, do something like:"
echo " ./image_to_usb.sh --from=${OUTSIDE_OUTPUT_DIR} --to=/dev/sdX"
echo "To convert to VMWare image, OUTSIDE the chroot, do something like:"
« no previous file with comments | « no previous file | common.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698