Author: crossley
Date: Thu Oct 27 20:06:36 2005
New Revision: 329058

URL: http://svn.apache.org/viewcvs?rev=329058&view=rev
Log:
Add my crontab until we set up a special "forrestbot" user or role or some such.

Added:
    forrest/zone/config/crontab.txt   (with props)

Added: forrest/zone/config/crontab.txt
URL: 
http://svn.apache.org/viewcvs/forrest/zone/config/crontab.txt?rev=329058&view=auto
==============================================================================
--- forrest/zone/config/crontab.txt (added)
+++ forrest/zone/config/crontab.txt Thu Oct 27 20:06:36 2005
@@ -0,0 +1,26 @@
+# FIXME: Currently installed as user 'crossley'.
+
+# update and build forrest-trunk every hour
+50 * * * * /export/home/config/update-forrest-trunk.sh
+
+55 * * * * /export/home/config/run-forrestbot.sh forrest-seed.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
+#18 1,2,5,8,11,14,17,20,23 * * * /export/home/config/run-forrestbot.sh 
apache-projects.xml notify trunk
+
+10 * * * * /export/home/config/run-forrestbot.sh cocoon-site.xml notify release
+
+# Some other cocoon efforts. Do them once per day.
+30 4 * * * /export/home/config/run-forrestbot.sh cocoon-block-portal.xml 
notify release
+31 4 * * * /export/home/config/run-forrestbot.sh cocoon-doco-global.xml notify 
release
+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
+
+# testing
+# test the forrestbot-trunk-stable manually
+#34 08 * * * /export/home/config/run-forrestbot.sh forrest-seed.xml notify 
trunk-stable

Propchange: forrest/zone/config/crontab.txt
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to