From 359f0707dec24d89e059a5951d66d0a9a38f9e15 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Wed, 29 Nov 2006 17:27:51 +0000 Subject: [PATCH] o adding property for the ibiblio sync host git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@480638 13f79535-47bb-0310-9956-ffa450edef68 --- maven-meeper/src/bin/synchronize.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/maven-meeper/src/bin/synchronize.properties b/maven-meeper/src/bin/synchronize.properties index d409b2c60..b502f6e6d 100644 --- a/maven-meeper/src/bin/synchronize.properties +++ b/maven-meeper/src/bin/synchronize.properties @@ -8,6 +8,7 @@ export M2_SYNC=$SYNC_TOOLS/m2-sync export REPOCLEAN=$TOOLS_BASE/m1-m2-conversion export M1_M2_REWRITE_RULES=$SYNC_TOOLS/m1-m2-mod-rewrite-rules.txt export SYNC_REPORTS=$HOME/repository-staging/to-ibiblio/reports/sync +export IBIBLIO_SYNC_HOST=mirrors.ibiblio.org export IBIBLIO_SYNC_DIR=/export/mirrors/maven and /export/mirrors/maven2 export JAVA_HOME=/opt/java/sdk/current export JAVA_CMD=$JAVA_HOME/bin/java