You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2009/11/12 05:42:20 UTC

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

Author: brett
Date: Thu Nov 12 04:42:19 2009
New Revision: 835234

URL: http://svn.apache.org/viewvc?rev=835234&view=rev
Log:
update to reflect current crontab - not sure when or why this was disabled

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=835234&r1=835233&r2=835234&view=diff
==============================================================================
--- maven/repository-tools/trunk/src/bin/crontab.txt (original)
+++ maven/repository-tools/trunk/src/bin/crontab.txt Thu Nov 12 04:42:19 2009
@@ -13,7 +13,7 @@
 # sync central to repo.exist.com mirror
 #0 23 * * * cd $HOME/bin; ./synchronize-central-to-exist.sh $HOME/bin/synchronize.properties
 # sync central to ibiblio
-5  1 * * * cd $HOME/bin; ./synchronize-central-to-ibiblio.sh $HOME/bin/synchronize.properties
+#5  1 * * * cd $HOME/bin; ./synchronize-central-to-ibiblio.sh $HOME/bin/synchronize.properties
 # run reports
 34 2  * * * cd $HOME/reports; ./run.sh
 #run on sat morning after all the syncs