Update script to pull from shibb svn
authorhartmans <hartmans@project-moonshot.org>
Wed, 18 Aug 2010 13:48:00 +0000 (09:48 -0400)
committerhartmans <hartmans@project-moonshot.org>
Wed, 18 Aug 2010 13:48:00 +0000 (09:48 -0400)
admin/pull_foreign_repos

index 55c0d8d..70f4b56 100755 (executable)
@@ -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