From f8a784e255c9253b925ea755b5498b0887525c7b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 10 Aug 2010 17:52:22 +0000 Subject: setup git builder for vanilla svn path=/trunk/; revision=13780 --- scripts/auto-build/pure-data-rsync-checkout | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'scripts/auto-build/pure-data-rsync-checkout') diff --git a/scripts/auto-build/pure-data-rsync-checkout b/scripts/auto-build/pure-data-rsync-checkout index b34c44b3..e4c81884 100755 --- a/scripts/auto-build/pure-data-rsync-checkout +++ b/scripts/auto-build/pure-data-rsync-checkout @@ -26,6 +26,13 @@ for dir in /home/pd/rsync/*; do update_distro $dirname done +for dir in /home/pd/rsync/*.git; do + cd $dir + git pull + cd scripts + svn --ignore-externals update +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