diff options
author | Carlos Sanchez Gonzalez <carlos@apache.org> | 2006-11-20 20:53:08 +0000 |
---|---|---|
committer | Carlos Sanchez Gonzalez <carlos@apache.org> | 2006-11-20 20:53:08 +0000 |
commit | 4bc8361607e65f6dd0d86f547d11107e9f09bdce (patch) | |
tree | ec2c03e045cb0565fcc5c8f77d3c64d7b7b26dcc /maven-meeper | |
parent | 11c4ecf03f7186006b1721d5f937c02a1a62e7fb (diff) | |
download | archiva-4bc8361607e65f6dd0d86f547d11107e9f09bdce.tar.gz archiva-4bc8361607e65f6dd0d86f547d11107e9f09bdce.zip |
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
Diffstat (limited to 'maven-meeper')
-rwxr-xr-x | maven-meeper/src/bin/synchronize/m2-sync/conf/net.databinder.sh (renamed from maven-meeper/src/bin/synchronize/m2-sync/conf/net.databinder.sh.disabled) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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 <nathan@technically.us>" MODE=rsync_ssh FROM=maven@databinder.net:/var/dbwww/maven -TO=net/databinder/ +GROUP_DIR=net/databinder/ #[info] #id = net.databinder |