X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=admin%2Fpull_foreign_repos;h=aff63638e1dd0546bcb158fdb49cec3cd1180c0d;hb=bb1b4d61e5c3a79038a4fd11a40c705322a66a12;hp=55c0d8d0974f1761f5b1fe064956ade8eb857750;hpb=785847678949ed96730ac21bf2ff93dc6f3a1352;p=moonshot.git diff --git a/admin/pull_foreign_repos b/admin/pull_foreign_repos index 55c0d8d..aff6363 100755 --- a/admin/pull_foreign_repos +++ b/admin/pull_foreign_repos @@ -1,7 +1,13 @@ #!/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 +cd $module_root/radsecproxy.git +git fetch origin