]> source.dussan.org Git - archiva.git/commitdiff
o adding separate properites for m1/m2 sync dir at ibiblio
authorJason van Zyl <jvanzyl@apache.org>
Wed, 29 Nov 2006 17:30:03 +0000 (17:30 +0000)
committerJason van Zyl <jvanzyl@apache.org>
Wed, 29 Nov 2006 17:30:03 +0000 (17:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@480642 13f79535-47bb-0310-9956-ffa450edef68

maven-meeper/src/bin/synchronize.properties
maven-meeper/src/bin/synchronize/sync-central-to-ibiblio.sh

index b502f6e6d399fececadb23b706f63894e30894b3..8c1489e6d544cd205a158ddf3c7d031c651ec3e8 100644 (file)
@@ -9,7 +9,8 @@ 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 M1_IBIBLIO_SYNC_DIR=/export/mirrors/maven and /export/mirrors/maven
+export M2_IBIBLIO_SYNC_DIR=/export/mirrors/maven and /export/mirrors/maven2
 export JAVA_HOME=/opt/java/sdk/current
 export JAVA_CMD=$JAVA_HOME/bin/java
 export JAVA_OPTS="-ms32m -mx256m"
index 59ab18e45f7651589ec6e341b0e1414d27c3ed9f..3e05f84f75f4889d0e70cbd18a752fb3948acbe1 100755 (executable)
@@ -6,10 +6,10 @@ syncProperties=$1
 
 dest=/home/maven/repository-staging/to-ibiblio
 
-rsync -e ssh --delete --max-delete=10 -v -riplt $dest/maven2/ login.ibiblio.org:/public/html/maven2
+rsync -e ssh --delete --max-delete=10 -v -riplt $dest/maven2/ $IBIBLIO_SYNC_HOST:$M2_IBIBLIO_SYNC_DIR
 
 date > $dest/maven2/last-sync.txt
 chmod a+r $dest/maven2/last-sync.txt
 
 # M1 Sync only for plugins ...
-rsync -e ssh --delete --max-delete=10 -v -riplt $dest/maven/ login.ibiblio.org:/public/html/maven
+rsync -e ssh --delete --max-delete=10 -v -riplt $dest/maven/ $IBIBLIO_SYNC_HOST:$M1_IBIBLIO_SYNC_DIR