]> source.dussan.org Git - archiva.git/commitdiff
Codehaus does not allow syncing subdirs
authorCarlos Sanchez Gonzalez <carlos@apache.org>
Thu, 24 Aug 2006 20:02:38 +0000 (20:02 +0000)
committerCarlos Sanchez Gonzalez <carlos@apache.org>
Thu, 24 Aug 2006 20:02:38 +0000 (20:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@434494 13f79535-47bb-0310-9956-ffa450edef68

maven-meeper/src/bin/m2-sync/conf/codehaus.sh [new file with mode: 0755]
maven-meeper/src/bin/m2-sync/conf/org.codehaus.sh [deleted file]
maven-meeper/src/bin/m2-sync/conf/org.codehaus.sh.bak [new file with mode: 0755]
maven-meeper/src/bin/m2-sync/conf/org.livetribe.sh [deleted file]
maven-meeper/src/bin/m2-sync/conf/org.livetribe.sh.bak [new file with mode: 0755]
maven-meeper/src/bin/m2-sync/conf/org.logicblaze.sh [deleted file]
maven-meeper/src/bin/m2-sync/conf/org.logicblaze.sh.bak [new file with mode: 0755]

diff --git a/maven-meeper/src/bin/m2-sync/conf/codehaus.sh b/maven-meeper/src/bin/m2-sync/conf/codehaus.sh
new file mode 100755 (executable)
index 0000000..c8b50a1
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+FROM=mavensync@repository.codehaus.org:/repository/
+TO=./
+SSH_OPTS="-i $HOME/.ssh/new-id_dsa"
+#RSYNC_OPTS="-L"
+
+## NOTE that codehaus only honours some rsync options. Others may be summarily discarded and/or cause the rsync to break - check
+## with them if changing them
diff --git a/maven-meeper/src/bin/m2-sync/conf/org.codehaus.sh b/maven-meeper/src/bin/m2-sync/conf/org.codehaus.sh
deleted file mode 100755 (executable)
index 9737596..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-FROM=mavensync@repository.codehaus.org:/repository/org/codehaus/
-TO=org/codehaus/
-SSH_OPTS="-i $HOME/.ssh/new-id_dsa"
-#RSYNC_OPTS="-L"
-
-## NOTE that codehaus only honours some rsync options. Others may be summarily discarded and/or cause the rsync to break - check
-## with them if changing them
diff --git a/maven-meeper/src/bin/m2-sync/conf/org.codehaus.sh.bak b/maven-meeper/src/bin/m2-sync/conf/org.codehaus.sh.bak
new file mode 100755 (executable)
index 0000000..9737596
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+FROM=mavensync@repository.codehaus.org:/repository/org/codehaus/
+TO=org/codehaus/
+SSH_OPTS="-i $HOME/.ssh/new-id_dsa"
+#RSYNC_OPTS="-L"
+
+## NOTE that codehaus only honours some rsync options. Others may be summarily discarded and/or cause the rsync to break - check
+## with them if changing them
diff --git a/maven-meeper/src/bin/m2-sync/conf/org.livetribe.sh b/maven-meeper/src/bin/m2-sync/conf/org.livetribe.sh
deleted file mode 100755 (executable)
index 235af49..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-FROM=mavensync@repository.codehaus.org:/repository/org/livetribe/
-TO=org/livetribe/
-SSH_OPTS="-i $HOME/.ssh/new-id_dsa"
-#RSYNC_OPTS="-L"
-
-## NOTE that codehaus only honours some rsync options. Others may be summarily discarded and/or cause the rsync to break - check
-## with them if changing them
diff --git a/maven-meeper/src/bin/m2-sync/conf/org.livetribe.sh.bak b/maven-meeper/src/bin/m2-sync/conf/org.livetribe.sh.bak
new file mode 100755 (executable)
index 0000000..235af49
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+FROM=mavensync@repository.codehaus.org:/repository/org/livetribe/
+TO=org/livetribe/
+SSH_OPTS="-i $HOME/.ssh/new-id_dsa"
+#RSYNC_OPTS="-L"
+
+## NOTE that codehaus only honours some rsync options. Others may be summarily discarded and/or cause the rsync to break - check
+## with them if changing them
diff --git a/maven-meeper/src/bin/m2-sync/conf/org.logicblaze.sh b/maven-meeper/src/bin/m2-sync/conf/org.logicblaze.sh
deleted file mode 100755 (executable)
index cc65901..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-FROM=mavensync@repository.codehaus.org:/repository/org/logicblaze/
-TO=org/logicblaze/
-SSH_OPTS="-i $HOME/.ssh/new-id_dsa"
-#RSYNC_OPTS="-L"
-
-## NOTE that codehaus only honours some rsync options. Others may be summarily discarded and/or cause the rsync to break - check
-## with them if changing them
diff --git a/maven-meeper/src/bin/m2-sync/conf/org.logicblaze.sh.bak b/maven-meeper/src/bin/m2-sync/conf/org.logicblaze.sh.bak
new file mode 100755 (executable)
index 0000000..cc65901
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+FROM=mavensync@repository.codehaus.org:/repository/org/logicblaze/
+TO=org/logicblaze/
+SSH_OPTS="-i $HOME/.ssh/new-id_dsa"
+#RSYNC_OPTS="-L"
+
+## NOTE that codehaus only honours some rsync options. Others may be summarily discarded and/or cause the rsync to break - check
+## with them if changing them