aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build
diff options
context:
space:
mode:
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