Fix broken reference on ui subproject
[moonshot.git] / admin / pull_foreign_repos
1 #!/bin/sh
2 set -e
3 # This script is intended to be run on moonshot master machine
4 module_root=/srv/git
5   test -d .git
6   test -d mod_auth_kerb/.git
7 git cvsimport -d :pserver:anonymous@modauthkerb.cvs.sourceforge.net:/cvsroot/modauthkerb -k -i -u -C $module_root/mod_auth_kerb.cvs  mod_auth_kerb
8 cd $module_root/shibboleth
9 for rep in *.git; do
10     (cd $rep&&git svn fetch)
11     done
12 cd $module_root/radsecproxy.git
13 git fetch origin