Echo progress

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423139 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2006-07-18 17:20:37 +00:00
parent 90d6e97a86
commit c3d1aae4a1
1 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,9 @@ fi
TOOLS_BASE=$HOME/components/maven-meeper/src/bin
echo Running Syncopate
(
cd $TOOLS_BASE/syncopate
./sync
@ -17,12 +20,15 @@ TOOLS_BASE=$HOME/components/maven-meeper/src/bin
)
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
echo Running repoclean
(
$TOOLS_BASE/repoclean/sync-repoclean.sh
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
)
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
echo Removing commons-logging 1.1-dev
# hack prevent commons-logging-1.1-dev
CL=$HOME/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging
@ -32,6 +38,7 @@ mv $CL/maven-metadata.xml.tmp $CL/maven-metadata.xml
md5sum $CL/maven-metadata.xml > $CL/maven-metadata.xml.md5
sha1sum $CL/maven-metadata.xml > $CL/maven-metadata.xml.sha1
echo Synchronizing to ibiblio
(
cd $TOOLS_BASE/ibiblio-sync