From 377939c76023532786f98c18ee9c1900e8dcf159 Mon Sep 17 00:00:00 2001 From: Elly Jones Date: Mon, 8 Aug 2011 10:01:29 -0400 Subject: [PATCH] build_image: keep quiet about the autotest file list This one rsync command is responsible for over 50% of the length of a typical buildbot log file. BUG=chromium-os:18830 TEST=Adhoc Build a test image, both with build_image and mod_image_for_test.sh. Change-Id: I8d35b605b0d3f1d0c97698bad815ed3dab36cba0 Signed-off-by: Elly Jones Reviewed-on: http://gerrit.chromium.org/gerrit/5460 --- build_image | 2 +- mod_image_for_test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_image b/build_image index 5409b6bc99..ccc580ac63 100755 --- a/build_image +++ b/build_image @@ -701,7 +701,7 @@ install_autotest_for_factory() { sudo rm -rf "${stateful_root}/autotest-pkgs" sudo rm -rf "${stateful_root}/lib/icedtea6" - sudo rsync --delete --delete-excluded -auv \ + sudo rsync --delete --delete-excluded -au \ --exclude=deps/realtimecomm_playground \ --exclude=tests/ltp \ --exclude=site_tests/graphics_O3DSelenium \ diff --git a/mod_image_for_test.sh b/mod_image_for_test.sh index fecf7136e9..7222db59f8 100755 --- a/mod_image_for_test.sh +++ b/mod_image_for_test.sh @@ -140,7 +140,7 @@ install_autotest() { sudo rm -rf "$stateful_root/autotest-pkgs" sudo rm -rf "$stateful_root/lib/icedtea6" - sudo rsync --delete --delete-excluded -auv \ + sudo rsync --delete --delete-excluded -au \ --exclude=deps/realtimecomm_playground \ --exclude=tests/ltp \ --exclude=site_tests/graphics_O3DSelenium \