git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@480678 13f79535-47bb-0310-9956-ffa450edef68

This commit is contained in:
Jason van Zyl 2006-11-29 18:47:24 +00:00
parent ac11d13611
commit 4f9e9df329
1 changed files with 3 additions and 3 deletions

View File

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