diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-01-15 19:29:31 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-01-15 19:29:31 +0000 |
commit | dc452a6766a4127a3b20fef44f3b1de5fe5a660a (patch) | |
tree | 4abe73c44dc886b5e2da82ba7301a2bceb6fbaad /scripts/auto-build/pure-data-rsync-checkout | |
parent | 7cea29303ec07bbc53f6ee968ab5bd51850d708c (diff) |
direct git output to the log file
svn path=/trunk/; revision=14744
Diffstat (limited to 'scripts/auto-build/pure-data-rsync-checkout')
-rwxr-xr-x | scripts/auto-build/pure-data-rsync-checkout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-build/pure-data-rsync-checkout b/scripts/auto-build/pure-data-rsync-checkout index 23f4f6a5..485ef2e8 100755 --- a/scripts/auto-build/pure-data-rsync-checkout +++ b/scripts/auto-build/pure-data-rsync-checkout @@ -25,7 +25,7 @@ for dir in /home/pd/rsync/*; do test -e $dir/scripts/update-developer-layout.sh && \ update_distro $dirname test -e $dir/pd/.git && \ - cd $dir/pd && git pull origin master + cd $dir/pd && git pull origin master >> $LOGFILE 2>&1 done for dir in /home/pd/rsync/*.git; do |