You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by jv...@apache.org on 2006/10/11 23:55:43 UTC

svn commit: r462985 - /maven/archiva/trunk/maven-meeper/src/bin/synchronize.sh

Author: jvanzyl
Date: Wed Oct 11 14:55:42 2006
New Revision: 462985

URL: http://svn.apache.org/viewvc?view=rev&rev=462985
Log: (empty)

Modified:
    maven/archiva/trunk/maven-meeper/src/bin/synchronize.sh

Modified: maven/archiva/trunk/maven-meeper/src/bin/synchronize.sh
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/maven-meeper/src/bin/synchronize.sh?view=diff&rev=462985&r1=462984&r2=462985
==============================================================================
--- maven/archiva/trunk/maven-meeper/src/bin/synchronize.sh (original)
+++ maven/archiva/trunk/maven-meeper/src/bin/synchronize.sh Wed Oct 11 14:55:42 2006
@@ -1,7 +1,11 @@
 #!/bin/sh
 
+# ------------------------------------------------------------------------
 # 1. Sync Maven 1.x repositories
 # 2. Convert Maven 1.x repository to Maven 2.x repository
+# 3. Manual fixes
+# 4. Sync the Maven 2.x repository to Ibiblio
+# ------------------------------------------------------------------------
 
 PID=$$
 RUNNING=`ps -ef | grep synchronize.sh | grep -v 'sh -c' | grep -v grep | grep -v $PID`
@@ -36,6 +40,9 @@
 )
 retval=$?; if [ $retval != 0 ]; then exit $retval; fi
 
+# ------------------------------------------------------------------------
+# Manual fixes
+# ------------------------------------------------------------------------
 echo Removing commons-logging 1.1-dev
 
 # hack prevent commons-logging-1.1-dev