diff options
author | Jason van Zyl <jvanzyl@apache.org> | 2006-11-29 18:37:41 +0000 |
---|---|---|
committer | Jason van Zyl <jvanzyl@apache.org> | 2006-11-29 18:37:41 +0000 |
commit | 6e6d98d573b82bcea04b7b6ba6e176295e88f4f0 (patch) | |
tree | 090607e13b7f45a89f161df56912a1e9fe3b608d | |
parent | bef86917b5492629eb762ae11cc9a19d9abee8d1 (diff) | |
download | archiva-6e6d98d573b82bcea04b7b6ba6e176295e88f4f0.tar.gz archiva-6e6d98d573b82bcea04b7b6ba6e176295e88f4f0.zip |
o fix paths i cut and pasted
o the host is still login.ibiblio.org
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@480671 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | maven-meeper/src/bin/synchronize.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maven-meeper/src/bin/synchronize.properties b/maven-meeper/src/bin/synchronize.properties index 8c1489e6d..84dbab0ba 100644 --- a/maven-meeper/src/bin/synchronize.properties +++ b/maven-meeper/src/bin/synchronize.properties @@ -8,9 +8,9 @@ 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 M1_IBIBLIO_SYNC_DIR=/export/mirrors/maven and /export/mirrors/maven -export M2_IBIBLIO_SYNC_DIR=/export/mirrors/maven and /export/mirrors/maven2 +export IBIBLIO_SYNC_HOST=login.ibiblio.org +export M1_IBIBLIO_SYNC_DIR=/export/mirrors/maven +export M2_IBIBLIO_SYNC_DIR=/export/mirrors/maven2 export JAVA_HOME=/opt/java/sdk/current export JAVA_CMD=$JAVA_HOME/bin/java export JAVA_OPTS="-ms32m -mx256m" |