mirror of https://github.com/apache/maven.git
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:
parent
e6aedd7d5d
commit
c4b1fccb69
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue