Update of /cvsroot/pure-data/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24982
Modified Files: checkout-developer-layout.sh update-developer-layout.sh Log Message: updated for Pd-0.40.x-extended; now handles "pd" section
Index: checkout-developer-layout.sh =================================================================== RCS file: /cvsroot/pure-data/scripts/checkout-developer-layout.sh,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** checkout-developer-layout.sh 19 Jul 2006 14:39:38 -0000 1.8 --- checkout-developer-layout.sh 28 Dec 2006 18:35:11 -0000 1.9 *************** *** 43,47 ****
# For Pd-extended, "pd" needs to be a specific version currently, not HEAD ! cvs checkout -r v0-39-2 pd
# Gem is still separate --- 43,47 ----
# For Pd-extended, "pd" needs to be a specific version currently, not HEAD ! cvs checkout -r stable_0_40 pd
# Gem is still separate
Index: update-developer-layout.sh =================================================================== RCS file: /cvsroot/pure-data/scripts/update-developer-layout.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** update-developer-layout.sh 3 Aug 2006 05:54:03 -0000 1.3 --- update-developer-layout.sh 28 Dec 2006 18:35:11 -0000 1.4 *************** *** 15,21 **** cd $cvs_root_dir
! # don't update the "pd" tree yet, since Pd-extended is still built against a ! # static tag, and not HEAD ! for section in abstractions doc extensions externals packages scripts Gem GemLibs; do echo "$section" cd $section --- 15,19 ---- cd $cvs_root_dir
! for section in abstractions doc extensions externals packages pd scripts Gem GemLibs; do echo "$section" cd $section *************** *** 23,28 **** cd .. done - - # use specific portaudio version, since that's always a mess - #cd ${cvs_root_dir}/pd - #cvs up -APd port* --- 21,22 ----