aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-02-12 16:42:57 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-02-12 16:42:57 +0000
commit56d80f2fd5038434e65e3145921e1cdaf898b01b (patch)
tree4496137ed0b11a804570c7e8ed2e53afbd2d3e0d /scripts/auto-build
parent7480c6e23b61e7cf4c935c5871a03ae284f3d88d (diff)
moved 'git pull' for pd/ to update script
svn path=/trunk/; revision=15961
Diffstat (limited to 'scripts/auto-build')
-rwxr-xr-xscripts/auto-build/pure-data-rsync-checkout2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/auto-build/pure-data-rsync-checkout b/scripts/auto-build/pure-data-rsync-checkout
index 485ef2e8..e5e4256b 100755
--- a/scripts/auto-build/pure-data-rsync-checkout
+++ b/scripts/auto-build/pure-data-rsync-checkout
@@ -24,8 +24,6 @@ for dir in /home/pd/rsync/*; do
dirname=$(echo $dir | sed 's|.*/\(.*\)|\1|')
test -e $dir/scripts/update-developer-layout.sh && \
update_distro $dirname
- test -e $dir/pd/.git && \
- cd $dir/pd && git pull origin master >> $LOGFILE 2>&1
done
for dir in /home/pd/rsync/*.git; do