From: hartmans Date: Tue, 17 Aug 2010 15:41:16 +0000 (-0400) Subject: Script for updating foreign repositories X-Git-Tag: dvd/201105~76 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=commitdiff_plain;h=785847678949ed96730ac21bf2ff93dc6f3a1352 Script for updating foreign repositories --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ diff --git a/admin/pull_foreign_repos b/admin/pull_foreign_repos new file mode 100755 index 0000000..55c0d8d --- /dev/null +++ b/admin/pull_foreign_repos @@ -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