Fix broken reference on ui subproject
[moonshot.git] / admin / pull_foreign_repos
index 55c0d8d..aff6363 100755 (executable)
@@ -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