diff options
author | Jason van Zyl <jvanzyl@apache.org> | 2006-11-20 21:16:39 +0000 |
---|---|---|
committer | Jason van Zyl <jvanzyl@apache.org> | 2006-11-20 21:16:39 +0000 |
commit | 62eea2b13d024fb2c5ec00337f2082e301844a22 (patch) | |
tree | e23072b8a309dd564f713b5eb9df053639fef05d /maven-meeper | |
parent | 3b5d72b0e43c26c5267ce43dc3c578387470a8cd (diff) | |
download | archiva-62eea2b13d024fb2c5ec00337f2082e301844a22.tar.gz archiva-62eea2b13d024fb2c5ec00337f2082e301844a22.zip |
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@477340 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-meeper')
-rwxr-xr-x | maven-meeper/src/bin/synchronize.sh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/maven-meeper/src/bin/synchronize.sh b/maven-meeper/src/bin/synchronize.sh index 1f2f71cae..de648a682 100755 --- a/maven-meeper/src/bin/synchronize.sh +++ b/maven-meeper/src/bin/synchronize.sh @@ -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 |