mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
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:
parent
27064994fa
commit
377939c760
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user