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

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

Author: jvanzyl
Date: Tue Nov 18 12:41:01 2008
New Revision: 718709

URL: http://svn.apache.org/viewvc?rev=718709&view=rev
Log:
Stop M1 Sync and change other syncs to daily only for now

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=718709&r1=718708&r2=718709&view=diff
==============================================================================
--- maven/repository-tools/trunk/src/bin/crontab.txt (original)
+++ maven/repository-tools/trunk/src/bin/crontab.txt Tue Nov 18 12:41:01 2008
@@ -3,17 +3,17 @@
 # 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
+#28 2,14 * * * cd $HOME/bin; ./synchronize-m1.sh
 # sync rewrite rules to m1 repo at ibiblio
 51 19 * * * cd $HOME/bin; ./synchronize-rewrite-rules-to-ibiblio.sh $HOME/bin/synchronize.properties
 # sync m2 repos
-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
+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
+30 0 * * * 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
+0 2 * * * 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
+5  3 * * * 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