You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2006/06/23 14:04:11 UTC

svn commit: r416690 - /maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh

Author: carlos
Date: Fri Jun 23 05:04:10 2006
New Revision: 416690

URL: http://svn.apache.org/viewvc?rev=416690&view=rev
Log:
Sync m2 first

Modified:
    maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh

Modified: maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh?rev=416690&r1=416689&r2=416690&view=diff
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh (original)
+++ maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh Fri Jun 23 05:04:10 2006
@@ -2,6 +2,12 @@
 
 dest=/home/maven/repository-staging/to-ibiblio
 
+rsync -e ssh --delete --max-delete=10 -v -riplt $dest/maven2/ login.ibiblio.org:/public/html/maven2
+
+date > $dest/maven2/last-sync.txt
+chmod a+r $dest/maven2/last-sync.txt
+
+
 # NO MORE m1 SYNC
 
 #date > $dest/maven/last-sync.txt
@@ -19,7 +25,3 @@
     #rsync -e ssh --delete --max-delete=10 -v -riplt $i login.ibiblio.org:/public/html/maven/$i
   #done
 #)
-
-date > $dest/maven2/last-sync.txt
-chmod a+r $dest/maven2/last-sync.txt
-rsync -e ssh --delete --max-delete=10 -v -riplt $dest/maven2/ login.ibiblio.org:/public/html/maven2