Author: crossley
Date: Fri Jan 18 00:38:33 2008
New Revision: 613102

URL: http://svn.apache.org/viewvc?rev=613102&view=rev
Log:
Update to match what is in my crontab on the server:
Adjust forrestbot starts times so that hourly update has less chance of 
clashing.
Cleanup old hourly logfiles from the forrest trunk update.

Modified:
    forrest/zone/config/crontab.txt

Modified: forrest/zone/config/crontab.txt
URL: 
http://svn.apache.org/viewvc/forrest/zone/config/crontab.txt?rev=613102&r1=613101&r2=613102&view=diff
==============================================================================
--- forrest/zone/config/crontab.txt (original)
+++ forrest/zone/config/crontab.txt Fri Jan 18 00:38:33 2008
@@ -1,14 +1,18 @@
-# FIXME: Currently installed as user 'crossley'.
+# FIXME: Currently installed as user 'crossley'. Perhaps need role account.
 
 # update and build forrest-trunk every hour
-50 * * * * /export/home/config/update-forrest-trunk.sh
+45 * * * * /export/home/config/update-forrest-trunk.sh
 
-55 * * * * /export/home/config/run-forrestbot.sh forrest-seed.xml notify trunk
-#56 2,5,8,11,14,17,20,23 * * * /export/home/config/run-forrestbot.sh 
forrest-sample-2.xml notify trunk
+04 * * * * /export/home/config/run-forrestbot.sh forrest-seed.xml notify trunk
+06 2,5,8,11,14,17,20,23 * * * /export/home/config/run-forrestbot.sh 
forrest-sample-2.xml notify trunk
+#18 0 * * * /export/home/config/run-forrestbot.sh forrest-seed-v3.xml notify 
trunk
 
-59 * * * * /export/home/config/run-forrestbot.sh cocoon-site.xml notify trunk
-02 2,5,8,11,14,17,20,23 * * * /export/home/config/run-forrestbot.sh 
cocoon-docs.xml notify trunk
-# this one is happening via rgardler crontab
+# there was something wrong with PDF plugin, will turn back on when i have 
time to watch it #01 0,12 * * * /export/home/config/run-forrestbot.sh 
cocoon-site.xml notify trunk
+
+# cocoon-docs Daisy is very slow (38 minutes) so make sure that it doesn't 
clash with the re-start of Forrest update. Probably should use 
forrestbot-trunk-stable instead.
+07 0,12 * * * /export/home/config/run-forrestbot.sh cocoon-docs.xml notify 
trunk
+
+# this next one is happening via rgardler crontab
 #18 1,2,5,8,11,14,17,20,23 * * * /export/home/config/run-forrestbot.sh 
apache-projects.xml notify trunk
 
 # Some other cocoon efforts. Do them once per day.
@@ -18,9 +22,8 @@
 #32 4 * * * /export/home/config/run-forrestbot.sh cocoon-2-2.xml notify release
 
 # cleanup old logs 
-58 23 * * * find /export/home/config/forrestbot-trunk/logs -name '*.log' 
-mtime +1 | xargs rm -f
-58 23 * * * find /export/home/config/forrestbot-trunk-stable/logs -name 
'*.log' -mtime +1 | xargs rm -f
-58 23 * * * find /export/home/config/forrestbot-release/logs -name '*.log' 
-mtime +1 | xargs rm -f
+58 23 * * * find /export/home/config/forrestbot-*/logs -name '*.log' -mtime +1 
| xargs rm -f
+58 23 * * * cd /export/home/config; find . \( -type d ! -name . -prune \) -o 
\( -name "update-forrest-trunk-*.log" -mtime +1 -print \) | xargs rm -f
 
 # testing
 # test the forrestbot-trunk-stable manually