Revert last change as it seems not to work right in all cases

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@354499 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2005-12-06 19:03:23 +00:00
parent 8e85652193
commit 5a51ac576b
1 changed files with 8 additions and 0 deletions

View File

@ -27,6 +27,14 @@ retval=$?; if [ $retval != 0 ]; then exit $retval; fi
# 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