diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-24 03:46:13 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-24 03:46:13 +0000 |
commit | 0db9a6f12f517505476cec7a603106c6542ab0f1 (patch) | |
tree | 2784f0ca4bacea0c184c031510956afde382513b | |
parent | 928bf7e29f0231e148b08b113e961d74d92613a6 (diff) |
moved git messages to the logfile
svn path=/trunk/; revision=13905
-rwxr-xr-x | scripts/auto-build/pure-data-rsync-checkout | 4 |
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 |