From: Jason van Zyl Date: Fri, 3 Nov 2006 00:03:58 +0000 (+0000) Subject: o start a little mirroring kit for people who want to mirror central X-Git-Tag: archiva-0.9-alpha-1~406 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0e86efbac743df0290f1e636ea63ff20197b6c8d;p=archiva.git o start a little mirroring kit for people who want to mirror central git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@470608 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/maven-meeper/src/mrmk/README.apt b/maven-meeper/src/mrmk/README.apt new file mode 100644 index 000000000..c159f783b --- /dev/null +++ b/maven-meeper/src/mrmk/README.apt @@ -0,0 +1,31 @@ + ---- + Maven Repository Mirroring Kit + ----- + Jason van Zyl + ----- + 17 October 2006 + ----- + +Maven Repository Mirroring Kit + +Requirements + + * SSH + + * Rsync + + * Maven's public SSH key + + * Sample Maven sync configuration (sample.conf) + + * Project PGP key + +Preparations + + * Create a user account with an id of <<>> + + * Setup SSH for the <<>> user + + * Create a valid Maven sync configuration + + * Submit configuration diff --git a/maven-meeper/src/mrmk/sample.conf b/maven-meeper/src/mrmk/sample.conf new file mode 100644 index 000000000..744d40b32 --- /dev/null +++ b/maven-meeper/src/mrmk/sample.conf @@ -0,0 +1,9 @@ +[info] +id = org.foo +name = My Software Foundation +contact = you@foo.org + +[host] +address=repository.foo.org +directory=/www/maven-2-repository +rsyncUser=maven