mirror of https://github.com/apache/archiva.git
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@462976 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb708c383b
commit
226fc537e9
|
@ -52,8 +52,8 @@ sha1sum $CL/maven-metadata.xml > $CL/maven-metadata.xml.sha1
|
|||
echo Synchronizing to ibiblio
|
||||
|
||||
(
|
||||
cd $TOOLS_BASE/ibiblio-sync
|
||||
./synchronize-codehaus-to-ibiblio.sh
|
||||
cd $SYNC_TOOLS
|
||||
./sync-central-to-ibiblio.sh
|
||||
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
||||
)
|
||||
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
||||
|
|
Loading…
Reference in New Issue