mirror of https://github.com/apache/archiva.git
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@480678 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ac11d13611
commit
4f9e9df329
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
syncProperties=$1
|
||||
|
||||
. $syncProperties
|
||||
[ "$1" = "" ] && echo && echo "You must pass in the synchronize.properties file!" && echo && exit
|
||||
|
||||
. $1
|
||||
|
||||
rsync -e ssh --delete --max-delete=10 -v -riplt $MAVEN2_REPO/ $IBIBLIO_SYNC_HOST:$M2_IBIBLIO_SYNC_DIR
|
||||
|
||||
|
|
Loading…
Reference in New Issue