Author: crossley
Date: Wed Jan 26 00:54:42 2011
New Revision: 1063546
URL: http://svn.apache.org/viewvc?rev=1063546&view=rev
Log:
Return to running the forresbot cronjobs every hour.
Modified:
forrest/zone/config/crontab.txt
Modified: forrest/zone/config/crontab.txt
URL:
http://svn.apache.org/viewvc/forrest/zone/config/crontab.txt?rev=1063546&r1=1063545&r2=1063546&view=diff
==============================================================================
--- forrest/zone/config/crontab.txt (original)
+++ forrest/zone/config/crontab.txt Wed Jan 26 00:54:42 2011
@@ -1,12 +1,12 @@
-# Crontab of the Forrest role account user.
+# Crontab of the Forrest role account user: 'forrest'
# Do an svn update check every hour at 45 minutes past.
45 * * * * /home/forrest/config/update_check.sh
-# Run forrestbot jobs every alternate 2 hours.
-04 */2 * * * /home/forrest/config/run-forrestbot.sh forrest-seed.xml notify
trunk
-07 */2 * * * /home/forrest/config/run-forrestbot.sh forrest-sample-2.xml
notify trunk
-10 */2 * * * /home/forrest/config/run-forrestbot.sh forrest-docs.xml notify
trunk
+# Run forrestbot jobs every hour.
+04 * * * * /home/forrest/config/run-forrestbot.sh forrest-seed.xml notify trunk
+07 * * * * /home/forrest/config/run-forrestbot.sh forrest-sample-2.xml notify
trunk
+10 * * * * /home/forrest/config/run-forrestbot.sh forrest-docs.xml notify trunk
# cleanup old logs
58 23 * * * find /home/forrest/config/forrestbot-*/logs -name '*.log' -mtime
+1 | xargs rm -f
@@ -14,6 +14,8 @@
# -- EVERYTHING BELOW THIS LINE HAS BEEN DISABLED, NEED TO CHECK WHEN/IF THESE
ENTRIES CAN BE REMOVED --
+# FIXME: For each removed job, ensure to also clean up on the server.
+
#18 0 * * * /export/home/config/run-forrestbot.sh forrest-seed-v3.xml notify
trunk
# FIXME: This can be removed now, as Cocoon now use Daisy/Maven for their
top-level site.