X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=blobdiff_plain;f=admin%2Fpull_foreign_repos;fp=admin%2Fpull_foreign_repos;h=70f4b56081ebd10cacefc3fd05e6bf1803fb8c05;hp=55c0d8d0974f1761f5b1fe064956ade8eb857750;hb=882dcaef1d7ed3535ecccbd502d0cbef39aa4ed0;hpb=5ac9709e57a028a110418f6f8d52093c59b7102f 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