diff options
author | Jason van Zyl <jvanzyl@apache.org> | 2006-11-30 16:39:56 +0000 |
---|---|---|
committer | Jason van Zyl <jvanzyl@apache.org> | 2006-11-30 16:39:56 +0000 |
commit | ddb6f30ac6716963f49326b777ca89be050875dc (patch) | |
tree | 69035e5eef5b7a2dbe6fcbe2363a3efaa4d4a739 /maven-meeper | |
parent | d839be48a730752be488170dce8861deb44e436e (diff) | |
download | archiva-ddb6f30ac6716963f49326b777ca89be050875dc.tar.gz archiva-ddb6f30ac6716963f49326b777ca89be050875dc.zip |
o putting in an update from Don @ Ibiblio to help with the network level redirect
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@480993 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-meeper')
-rw-r--r-- | maven-meeper/src/bin/synchronize.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maven-meeper/src/bin/synchronize.properties b/maven-meeper/src/bin/synchronize.properties index 84dbab0ba..1d90ded62 100644 --- a/maven-meeper/src/bin/synchronize.properties +++ b/maven-meeper/src/bin/synchronize.properties @@ -9,7 +9,7 @@ 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=login.ibiblio.org -export M1_IBIBLIO_SYNC_DIR=/export/mirrors/maven +export M1_IBIBLIO_SYNC_DIR=/pub/packages/maven export M2_IBIBLIO_SYNC_DIR=/export/mirrors/maven2 export JAVA_HOME=/opt/java/sdk/current export JAVA_CMD=$JAVA_HOME/bin/java |