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 <ellyjones@chromium.org>
Reviewed-on: http://gerrit.chromium.org/gerrit/5460
This commit is contained in:
Elly Jones 2011-08-08 10:01:29 -04:00
parent 27064994fa
commit 377939c760
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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 \