aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-08 14:44:31 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-08 14:44:31 +0000
commitb967b3e69b2d952f9f7d628ac0d23ace3c0f1761 (patch)
treec6cd0bb826a6ac7d6a5a10adb97e2615add1005e /scripts
parentb726a89bd3aa5067ceb81ddf95ae0e3ae61f770c (diff)
oops, forgot to change the path so it was updating the wrong tree
svn path=/trunk/; revision=5511
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/auto-build/pure-data-cvs-rsync-checkout5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/auto-build/pure-data-cvs-rsync-checkout b/scripts/auto-build/pure-data-cvs-rsync-checkout
index 7f222ea6..de08ed97 100755
--- a/scripts/auto-build/pure-data-cvs-rsync-checkout
+++ b/scripts/auto-build/pure-data-cvs-rsync-checkout
@@ -19,12 +19,11 @@ echo "------------------------------------------------------------" >> $LOGFILE
echo "pd-devel" >> $LOGFILE 2>&1
echo "------------------------------------------------------------" >> $LOGFILE 2>&1
su pd -c "cd /home/pd/rsync/pd-devel/pd && cvs up -Pd" >> $LOGFILE 2>&1
-su pd -c "/home/pd/rsync/pd-extended/scripts/update-developer-layout.sh" >> $LOGFILE 2>&1
+su pd -c "/home/pd/rsync/pd-devel/scripts/update-developer-layout.sh" >> $LOGFILE 2>&1
# main
echo "------------------------------------------------------------" >> $LOGFILE 2>&1
echo "pd-main" >> $LOGFILE 2>&1
echo "------------------------------------------------------------" >> $LOGFILE 2>&1
su pd -c "cd /home/pd/rsync/pd-main/pd && cvs up -APd" >> $LOGFILE 2>&1
-su pd -c "/home/pd/rsync/pd-extended/scripts/update-developer-layout.sh" >> $LOGFILE 2>&1
-
+su pd -c "/home/pd/rsync/pd-main/scripts/update-developer-layout.sh" >> $LOGFILE 2>&1