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 2005/12/06 20:03:25 UTC

svn commit: r354499 - /maven/components/trunk/maven-meeper/src/bin/synchronize.sh

Author: carlos
Date: Tue Dec  6 11:03:23 2005
New Revision: 354499

URL: http://svn.apache.org/viewcvs?rev=354499&view=rev
Log:
Revert last change as it seems not to work right in all cases

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

Modified: maven/components/trunk/maven-meeper/src/bin/synchronize.sh
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-meeper/src/bin/synchronize.sh?rev=354499&r1=354498&r2=354499&view=diff
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/synchronize.sh (original)
+++ maven/components/trunk/maven-meeper/src/bin/synchronize.sh Tue Dec  6 11:03:23 2005
@@ -27,6 +27,14 @@
 # hack prevent commons-logging-1.1-dev
 rm /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1-dev/commons-logging-1.1-dev.jar*
 
+
+# get poms from svn and generate checksums
+(
+  /home/projects/maven/components/maven-meeper/src/bin/update-poms.sh
+  retval=$?; if [ $retval != 0 ]; then exit $retval; fi
+)
+retval=$?; if [ $retval != 0 ]; then exit $retval; fi
+
 (
   cd $TOOLS_BASE/ibiblio-sync
   ./synchronize-codehaus-to-ibiblio.sh