mirror of https://github.com/apache/archiva.git
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:
parent
84b63d6172
commit
a315a8e317
|
@ -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
|
||||||
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
|
# Copy the mod_rewrite rules to the Maven 1.x repository
|
||||||
# ------------------------------------------------------------------------
|
# ------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue