From b519dc4ff702baa9e0190ed08dc9c0c6700c2106 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 8 Aug 2006 03:25:02 +0000 Subject: 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 --- scripts/auto-build/pure-data-cvs-rsync-checkout | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.1