From 0db9a6f12f517505476cec7a603106c6542ab0f1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 24 Aug 2010 03:46:13 +0000 Subject: moved git messages to the logfile svn path=/trunk/; revision=13905 --- scripts/auto-build/pure-data-rsync-checkout | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/auto-build/pure-data-rsync-checkout') diff --git a/scripts/auto-build/pure-data-rsync-checkout b/scripts/auto-build/pure-data-rsync-checkout index e4c81884..e5e4256b 100755 --- a/scripts/auto-build/pure-data-rsync-checkout +++ b/scripts/auto-build/pure-data-rsync-checkout @@ -28,9 +28,9 @@ done for dir in /home/pd/rsync/*.git; do cd $dir - git pull + git pull >> $LOGFILE 2>&1 cd scripts - svn --ignore-externals update + svn --ignore-externals update >> $LOGFILE 2>&1 done # since the above test can cause this script to exit with an error, force it -- cgit v1.2.1