mirror of https://github.com/apache/maven.git
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:
parent
90d6e97a86
commit
c3d1aae4a1
|
@ -10,6 +10,9 @@ fi
|
||||||
|
|
||||||
|
|
||||||
TOOLS_BASE=$HOME/components/maven-meeper/src/bin
|
TOOLS_BASE=$HOME/components/maven-meeper/src/bin
|
||||||
|
|
||||||
|
echo Running Syncopate
|
||||||
|
|
||||||
(
|
(
|
||||||
cd $TOOLS_BASE/syncopate
|
cd $TOOLS_BASE/syncopate
|
||||||
./sync
|
./sync
|
||||||
|
@ -17,12 +20,15 @@ TOOLS_BASE=$HOME/components/maven-meeper/src/bin
|
||||||
)
|
)
|
||||||
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
||||||
|
|
||||||
|
echo Running repoclean
|
||||||
|
|
||||||
(
|
(
|
||||||
$TOOLS_BASE/repoclean/sync-repoclean.sh
|
$TOOLS_BASE/repoclean/sync-repoclean.sh
|
||||||
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
||||||
)
|
)
|
||||||
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
|
# hack prevent commons-logging-1.1-dev
|
||||||
CL=$HOME/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging
|
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
|
md5sum $CL/maven-metadata.xml > $CL/maven-metadata.xml.md5
|
||||||
sha1sum $CL/maven-metadata.xml > $CL/maven-metadata.xml.sha1
|
sha1sum $CL/maven-metadata.xml > $CL/maven-metadata.xml.sha1
|
||||||
|
|
||||||
|
echo Synchronizing to ibiblio
|
||||||
|
|
||||||
(
|
(
|
||||||
cd $TOOLS_BASE/ibiblio-sync
|
cd $TOOLS_BASE/ibiblio-sync
|
||||||
|
|
Loading…
Reference in New Issue