From 5dcba8fa9164675146308042783991b0f2324256 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 29 Nov 2007 16:01:55 +0000 Subject: updated checkout script to update all copies of the pd source tree it finds svn path=/trunk/; revision=9066 --- scripts/auto-build/pure-data-cvs-rsync-checkout | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'scripts/auto-build/pure-data-cvs-rsync-checkout') diff --git a/scripts/auto-build/pure-data-cvs-rsync-checkout b/scripts/auto-build/pure-data-cvs-rsync-checkout index ecaa870b..7d15adec 100755 --- a/scripts/auto-build/pure-data-cvs-rsync-checkout +++ b/scripts/auto-build/pure-data-cvs-rsync-checkout @@ -20,7 +20,12 @@ update_distro () touch $LOGFILE -update_distro pd-extended -update_distro pd-extended-release -update_distro pd-main -update_distro pd-devel +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 -- cgit v1.2.1