blob: 235af49cb8f0c96153baf8c5ccc1d7feba2b77f3 (
plain)
1
2
3
4
5
6
7
8
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
|