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
This commit is contained in:
Jason van Zyl 2006-11-03 00:03:58 +00:00
parent 5caadc7c03
commit 0e86efbac7
2 changed files with 40 additions and 0 deletions

View File

@ -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 <<<maven>>>
* Setup SSH for the <<<maven>>> user
* Create a valid Maven sync configuration
* Submit configuration

View File

@ -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