aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-24 03:46:13 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-24 03:46:13 +0000
commit0db9a6f12f517505476cec7a603106c6542ab0f1 (patch)
tree2784f0ca4bacea0c184c031510956afde382513b /scripts/auto-build
parent928bf7e29f0231e148b08b113e961d74d92613a6 (diff)
moved git messages to the logfile
svn path=/trunk/; revision=13905
Diffstat (limited to 'scripts/auto-build')
-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