mirror of https://github.com/apache/archiva.git
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@477340 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3b5d72b0e4
commit
62eea2b13d
|
@ -18,13 +18,13 @@ if [ ! -z "$RUNNING" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
((
|
|
||||||
|
|
||||||
dir=`pwd`
|
dir=`pwd`
|
||||||
syncProperties=$dir/synchronize.properties
|
syncProperties=$dir/synchronize.properties
|
||||||
MODE=$1
|
source $syncProperties
|
||||||
|
|
||||||
. $syncProperties
|
((
|
||||||
|
|
||||||
|
MODE=$1
|
||||||
|
|
||||||
echo "Using the following settings:"
|
echo "Using the following settings:"
|
||||||
echo "CENTRAL_HOST = $CENTRAL_HOST"
|
echo "CENTRAL_HOST = $CENTRAL_HOST"
|
||||||
|
@ -33,6 +33,7 @@ echo "SYNC_TOOLS = $SYNC_TOOLS"
|
||||||
echo "SYNCOPATE = $SYNCOPATE"
|
echo "SYNCOPATE = $SYNCOPATE"
|
||||||
echo "REPOCLEAN = $REPOCLEAN"
|
echo "REPOCLEAN = $REPOCLEAN"
|
||||||
echo "M1_M2_REWRITE_RULES = $M1_M2_REWRITE_RULES"
|
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
|
[ "$MODE" = "batch" ] && echo && echo "Press any key to continue, or hit ^C to quit." && echo
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue