Sync to cica.es automatically

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@520950 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2007-03-21 17:02:11 +00:00
parent 84b63d6172
commit a315a8e317
1 changed files with 10 additions and 0 deletions

View File

@ -105,6 +105,16 @@ sha1sum $CL/maven-metadata.xml > $CL/maven-metadata.xml.sha1
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
# ------------------------------------------------------------------------
# Cica.es synchronization: sync the central repository to Cica.es
# ------------------------------------------------------------------------
[ "$MODE" = "batch" ] && echo && echo "Press any key to run the sync to Cica, or hit ^C to quit." && echo
./synchronize-central-to-cica.sh $syncProperties
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
# ------------------------------------------------------------------------
# Copy the mod_rewrite rules to the Maven 1.x repository
# ------------------------------------------------------------------------