aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-08 03:25:02 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-08 03:25:02 +0000
commitb519dc4ff702baa9e0190ed08dc9c0c6700c2106 (patch)
treef5dc36535f1aca01e050dbc530ee55461ae93baf /scripts
parentdfa96c0455ee5b41e4837da211e810c9e68f59c7 (diff)
changed script so that the right stuff gets updated. update-developer-layout.sh doesn't update the pure-data/pd tree
svn path=/trunk/; revision=5504
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/auto-build/pure-data-cvs-rsync-checkout10
1 files changed, 4 insertions, 6 deletions
diff --git a/scripts/auto-build/pure-data-cvs-rsync-checkout b/scripts/auto-build/pure-data-cvs-rsync-checkout
index bbf0c74c..64af8f31 100755
--- a/scripts/auto-build/pure-data-cvs-rsync-checkout
+++ b/scripts/auto-build/pure-data-cvs-rsync-checkout
@@ -12,19 +12,17 @@ touch $LOGFILE
echo "------------------------------------------------------------" >> $LOGFILE 2>&1
echo "pd-extended" >> $LOGFILE 2>&1
echo "------------------------------------------------------------" >> $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-extended/scripts/update-developer-layout.sh" >> $LOGFILE 2>&1
# devel
echo "------------------------------------------------------------" >> $LOGFILE 2>&1
echo "pd-devel" >> $LOGFILE 2>&1
echo "------------------------------------------------------------" >> $LOGFILE 2>&1
-su pd -c "/home/pd/rsync/pd-devel/scripts/update-developer-layout.sh" \
- >> $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
# main
echo "------------------------------------------------------------" >> $LOGFILE 2>&1
echo "pd-main" >> $LOGFILE 2>&1
echo "------------------------------------------------------------" >> $LOGFILE 2>&1
-su pd -c "/home/pd/rsync/pd-main/scripts/update-developer-layout.sh" \
- >> $LOGFILE 2>&1
+su pd -c "cd /home/pd/rsync/pd-main/pd && cvs up -APd" >> $LOGFILE 2>&1