do not update poms in sync script, it is already run concurrently from cron

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@348702 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-11-24 10:45:55 +00:00
parent 1ccd3c75b0
commit a1f894839b
1 changed files with 0 additions and 8 deletions

View File

@ -27,14 +27,6 @@ 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