]> source.dussan.org Git - archiva.git/commitdiff
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@477340 13f79535...
authorJason van Zyl <jvanzyl@apache.org>
Mon, 20 Nov 2006 21:16:39 +0000 (21:16 +0000)
committerJason van Zyl <jvanzyl@apache.org>
Mon, 20 Nov 2006 21:16:39 +0000 (21:16 +0000)
maven-meeper/src/bin/synchronize.sh

index 1f2f71cae658796d61e720179737a6f607b70354..de648a682fe8204c93aae8caa1a5a59fde49d5de 100755 (executable)
@@ -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