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

This commit is contained in:
Jason van Zyl 2006-11-20 21:16:39 +00:00
parent 3b5d72b0e4
commit 62eea2b13d
1 changed files with 5 additions and 4 deletions

View File

@ -18,13 +18,13 @@ if [ ! -z "$RUNNING" ]; then
exit 1
fi
((
dir=`pwd`
syncProperties=$dir/synchronize.properties
MODE=$1
source $syncProperties
. $syncProperties
((
MODE=$1
echo "Using the following settings:"
echo "CENTRAL_HOST = $CENTRAL_HOST"
@ -33,6 +33,7 @@ echo "SYNC_TOOLS = $SYNC_TOOLS"
echo "SYNCOPATE = $SYNCOPATE"
echo "REPOCLEAN = $REPOCLEAN"
echo "M1_M2_REWRITE_RULES = $M1_M2_REWRITE_RULES"
echo "SYNC_REPORTS = $SYNC_REPORTS"
[ "$MODE" = "batch" ] && echo && echo "Press any key to continue, or hit ^C to quit." && echo