Codehaus does not allow syncing subdirs

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@434494 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2006-08-24 20:02:38 +00:00
parent 65d8d31ddd
commit 5e31ece873
4 changed files with 9 additions and 0 deletions

View File

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