You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2008/11/18 19:44:57 UTC

svn commit: r718680 - /maven/repository-tools/trunk/src/bin/crontab.txt

Author: carlos
Date: Tue Nov 18 10:44:57 2008
New Revision: 718680

URL: http://svn.apache.org/viewvc?rev=718680&view=rev
Log:
Make the svn copy match the server crontab

Modified:
    maven/repository-tools/trunk/src/bin/crontab.txt

Modified: maven/repository-tools/trunk/src/bin/crontab.txt
URL: http://svn.apache.org/viewvc/maven/repository-tools/trunk/src/bin/crontab.txt?rev=718680&r1=718679&r2=718680&view=diff
==============================================================================
--- maven/repository-tools/trunk/src/bin/crontab.txt (original)
+++ maven/repository-tools/trunk/src/bin/crontab.txt Tue Nov 18 10:44:57 2008
@@ -1,6 +1,6 @@
 # Cron jobs for the maven repository
 # IF CHANGED, make sure you change too https://svn.apache.org/repos/asf/maven/repository-tools/trunk/src/bin/crontab.txt
-# try to make then run at pseudo-random hours and minutes to avoid high load 
+# try to make then run at pseudo-random hours and minutes to avoid high load
 #MAILTO=repository@maven.org
 # sync m1 repos and convert to m2
 28 2,14 * * * cd $HOME/bin; ./synchronize-m1.sh
@@ -10,7 +10,10 @@
 16 0,4,8,12,16,20 * * * cd $HOME/bin/synchronize/m2-sync; svn up sync.csv; /opt/java/sdk/current/bin/java -jar maven-meeper-1-SNAPSHOT-jar-with-dependencies.jar sync.properties sync.csv
 # sync central to cica.es mirror
 30 1,5,9,13,17,21 * * * cd $HOME/bin; ./synchronize-central-to-cica.sh $HOME/bin/synchronize.properties
+# sync central to repo.exist.com mirror
+0 2,6,10,14,18,22 * * * cd $HOME/bin; ./synchronize-central-to-exist.sh $HOME/bin/synchronize.properties
 # sync central to ibiblio
 5  3,11,20 * * * cd $HOME/bin; ./synchronize-central-to-ibiblio.sh $HOME/bin/synchronize.properties
 # run reports
 34 2  * * * cd $HOME/reports; ./run.sh
+22 4 * * 0 cd $HOME/ide-indexer; ./indexer.sh