Script for updating foreign repositories
authorhartmans <hartmans@project-moonshot.org>
Tue, 17 Aug 2010 15:41:16 +0000 (11:41 -0400)
committerhartmans <hartmans@project-moonshot.org>
Tue, 17 Aug 2010 15:41:57 +0000 (11:41 -0400)
.gitignore [new file with mode: 0644]
admin/pull_foreign_repos [new file with mode: 0755]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..b25c15b
--- /dev/null
@@ -0,0 +1 @@
+*~
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