X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=admin%2Fpull_foreign_repos;h=a3a41b25f4a426251363d7fbe888b6e6c0044a9d;hb=refs%2Fheads%2Fjson-name;hp=55c0d8d0974f1761f5b1fe064956ade8eb857750;hpb=785847678949ed96730ac21bf2ff93dc6f3a1352;p=moonshot.git diff --git a/admin/pull_foreign_repos b/admin/pull_foreign_repos index 55c0d8d..a3a41b2 100755 --- a/admin/pull_foreign_repos +++ b/admin/pull_foreign_repos @@ -1,7 +1,11 @@ #!/bin/sh set -e # This script is intended to be run on moonshot master machine -module_root=/home/hartmans/source +module_root=/srv/git 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