diff options
author | Jason van Zyl <jvanzyl@apache.org> | 2006-11-29 17:27:51 +0000 |
---|---|---|
committer | Jason van Zyl <jvanzyl@apache.org> | 2006-11-29 17:27:51 +0000 |
commit | 359f0707dec24d89e059a5951d66d0a9a38f9e15 (patch) | |
tree | 729b8dc11b72976352abe7f20a516626448506f6 /maven-meeper | |
parent | d42a4e7d4c01f38cd43621be7286da53a6f5316f (diff) | |
download | archiva-359f0707dec24d89e059a5951d66d0a9a38f9e15.tar.gz archiva-359f0707dec24d89e059a5951d66d0a9a38f9e15.zip |
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
Diffstat (limited to 'maven-meeper')
-rw-r--r-- | maven-meeper/src/bin/synchronize.properties | 1 |
1 files changed, 1 insertions, 0 deletions
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 |