diff options
Diffstat (limited to 'maven-meeper/src')
-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" |