Discard refreshing poms after committing due to file permissions

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@332443 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2005-11-11 04:20:53 +00:00
parent e6aedd7d5d
commit c4b1fccb69
1 changed files with 7 additions and 0 deletions

View File

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