mirror of https://github.com/apache/archiva.git
Split codehaus sync on groups
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@434453 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6fbb41ff75
commit
a8fdf500b2
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
FROM=mavensync@repository.codehaus.org:/repository/
|
||||
TO=.
|
||||
FROM=mavensync@repository.codehaus.org:/repository/org/codehaus/
|
||||
TO=org/codehaus/
|
||||
SSH_OPTS="-i $HOME/.ssh/new-id_dsa"
|
||||
#RSYNC_OPTS="-L"
|
||||
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue