From 4bc8361607e65f6dd0d86f547d11107e9f09bdce Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Gonzalez Date: Mon, 20 Nov 2006 20:53:08 +0000 Subject: [PATCH] Less error prone way to define the repote repos to sync from git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@477325 13f79535-47bb-0310-9956-ffa450edef68 --- .../conf/{net.databinder.sh.disabled => net.databinder.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename maven-meeper/src/bin/synchronize/m2-sync/conf/{net.databinder.sh.disabled => net.databinder.sh} (91%) diff --git a/maven-meeper/src/bin/synchronize/m2-sync/conf/net.databinder.sh.disabled b/maven-meeper/src/bin/synchronize/m2-sync/conf/net.databinder.sh similarity index 91% rename from maven-meeper/src/bin/synchronize/m2-sync/conf/net.databinder.sh.disabled rename to maven-meeper/src/bin/synchronize/m2-sync/conf/net.databinder.sh index bbee045b5..96d880336 100755 --- a/maven-meeper/src/bin/synchronize/m2-sync/conf/net.databinder.sh.disabled +++ b/maven-meeper/src/bin/synchronize/m2-sync/conf/net.databinder.sh @@ -3,7 +3,7 @@ CONTACTS="Nathan Hamblen " MODE=rsync_ssh FROM=maven@databinder.net:/var/dbwww/maven -TO=net/databinder/ +GROUP_DIR=net/databinder/ #[info] #id = net.databinder -- 2.39.5