Update of /cvsroot/pure-data/scripts/auto-build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28020/auto-build
Modified Files: pure-data-cvs-rsync-checkout run-automated-builder Log Message: updated checkout script to update all copies of the pd source tree it finds
Index: pure-data-cvs-rsync-checkout =================================================================== RCS file: /cvsroot/pure-data/scripts/auto-build/pure-data-cvs-rsync-checkout,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** pure-data-cvs-rsync-checkout 24 Mar 2007 03:36:44 -0000 1.11 --- pure-data-cvs-rsync-checkout 29 Nov 2007 16:01:55 -0000 1.12 *************** *** 21,26 **** touch $LOGFILE
! update_distro pd-extended ! update_distro pd-extended-release ! update_distro pd-main ! update_distro pd-devel --- 21,31 ---- touch $LOGFILE
! for dir in /home/pd/rsync/*; do ! dirname=`echo $dir | sed 's|.*/(.*)|\1|'` ! test -e $dir/scripts/update-developer-layout.sh && \ ! update_distro $dirname ! done ! ! # since the above test can cause this script to exit with an error, force it ! # to be happy to prevent getting automated error emails to root ! true
Index: run-automated-builder =================================================================== RCS file: /cvsroot/pure-data/scripts/auto-build/run-automated-builder,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** run-automated-builder 27 Nov 2007 20:49:22 -0000 1.21 --- run-automated-builder 29 Nov 2007 16:01:55 -0000 1.22 *************** *** 50,52 **** done
! echo yay! --- 50,54 ---- done
! # since the above test can cause this script to exit with an error, force it ! # to be happy to prevent getting automated error emails to root ! true