aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/pure-data-rsync-checkout
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/auto-build/pure-data-rsync-checkout')
-rwxr-xr-xscripts/auto-build/pure-data-rsync-checkout4
1 files changed, 2 insertions, 2 deletions
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