Script for updating foreign repositories
[moonshot.git] / admin / pull_foreign_repos
diff --git a/admin/pull_foreign_repos b/admin/pull_foreign_repos
new file mode 100755 (executable)
index 0000000..55c0d8d
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -e
+# This script is intended to be run on moonshot master machine
+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