From 882dcaef1d7ed3535ecccbd502d0cbef39aa4ed0 Mon Sep 17 00:00:00 2001 From: hartmans Date: Wed, 18 Aug 2010 09:48:00 -0400 Subject: [PATCH] Update script to pull from shibb svn --- admin/pull_foreign_repos | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/pull_foreign_repos b/admin/pull_foreign_repos index 55c0d8d..70f4b56 100755 --- a/admin/pull_foreign_repos +++ b/admin/pull_foreign_repos @@ -5,3 +5,7 @@ module_root=/home/hartmans/source test -d .git test -d mod_auth_kerb/.git git cvsimport -d :pserver:anonymous@modauthkerb.cvs.sourceforge.net:/cvsroot/modauthkerb -k -i -u -C $module_root/mod_auth_kerb.cvs mod_auth_kerb +cd $module_root/shibboleth +for rep in *.git; do + (cd $rep&&git svn fetch) + done -- 2.1.4