]> source.dussan.org Git - archiva.git/commitdiff
o start a little mirroring kit for people who want to mirror central
authorJason van Zyl <jvanzyl@apache.org>
Fri, 3 Nov 2006 00:03:58 +0000 (00:03 +0000)
committerJason van Zyl <jvanzyl@apache.org>
Fri, 3 Nov 2006 00:03:58 +0000 (00:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@470608 13f79535-47bb-0310-9956-ffa450edef68

maven-meeper/src/mrmk/README.apt [new file with mode: 0644]
maven-meeper/src/mrmk/sample.conf [new file with mode: 0644]

diff --git a/maven-meeper/src/mrmk/README.apt b/maven-meeper/src/mrmk/README.apt
new file mode 100644 (file)
index 0000000..c159f78
--- /dev/null
@@ -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
diff --git a/maven-meeper/src/mrmk/sample.conf b/maven-meeper/src/mrmk/sample.conf
new file mode 100644 (file)
index 0000000..744d40b
--- /dev/null
@@ -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