aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/pd-extended-auto-builder.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-26 04:33:55 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-26 04:33:55 +0000
commit405ea477a0f27b6362390506cfae9c9739d16a1d (patch)
tree6603bed093dbe8fd96acb9a5cef47bed62a819f9 /scripts/auto-build/pd-extended-auto-builder.sh
parent58dce32d5dd1d25fdf36eb9d174ad1a11a2ac886 (diff)
reduced the verbosity of the rsync as discussed a while back on pd-dev
svn path=/trunk/; revision=6430
Diffstat (limited to 'scripts/auto-build/pd-extended-auto-builder.sh')
-rwxr-xr-xscripts/auto-build/pd-extended-auto-builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh
index f03916f0..02f29da1 100755
--- a/scripts/auto-build/pd-extended-auto-builder.sh
+++ b/scripts/auto-build/pd-extended-auto-builder.sh
@@ -39,7 +39,7 @@ auto_build_root_dir=`pwd`
echo "root: $auto_build_root_dir"
# let rsync handle the cleanup with --delete
-rsync -av --delete rsync://128.238.56.50/distros/pd-extended/ \
+rsync -a --delete rsync://128.238.56.50/distros/pd-extended/ \
${auto_build_root_dir}/
cd "${auto_build_root_dir}/packages/$BUILD_DIR"