Author: gmcdonald Date: Thu Nov 25 06:59:04 2010 New Revision: 1038939 URL: http://svn.apache.org/viewvc?rev=1038939&view=rev Log: Simplify, re-order putting all disabled jobs below the active ones.
Modified: forrest/zone/config/crontab.txt Modified: forrest/zone/config/crontab.txt URL: http://svn.apache.org/viewvc/forrest/zone/config/crontab.txt?rev=1038939&r1=1038938&r2=1038939&view=diff ============================================================================== --- forrest/zone/config/crontab.txt (original) +++ forrest/zone/config/crontab.txt Thu Nov 25 06:59:04 2010 @@ -1,10 +1,19 @@ -# update and build forrest-trunk every hour -# Run forrestbot jobs every alternate 2 hours. Do an svn update check every hour at 45 minutes past. +# Crontab of the Forrest role account user. + +# Do an svn update check every hour at 45 minutes past. 45 * * * * /home/forrest/config/update_check.sh -04 0,2,4,6,8,10,12,14,16,18,20,22 * * * /home/forrest/config/run-forrestbot.sh forrest-seed.xml notify trunk -07 0,2,4,6,8,10,12,14,16,18,20,22 * * * /home/forrest/config/run-forrestbot.sh forrest-sample-2.xml notify trunk -10 0,2,4,6,8,10,12,14,16,18,20,22 * * * /home/forrest/config/run-forrestbot.sh forrest-docs.xml notify trunk +# 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 + +# cleanup old logs +58 23 * * * find /home/forrest/config/forrestbot-*/logs -name '*.log' -mtime +1 | xargs rm -f +58 23 * * * cd /home/forrest/config; find . \( -type d ! -name . -prune \) -o \( -name "update-forrest-trunk-*.log" -mtime +1 -print \) | xargs rm -f + +# -- EVERYTHING BELOW THIS LINE HAS BEEN DISABLED, NEED TO CHECK WHEN/IF THESE ENTRIES CAN BE REMOVED -- + #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. @@ -23,10 +32,6 @@ #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 /home/forrest/config/forrestbot-*/logs -name '*.log' -mtime +1 | xargs rm -f -58 23 * * * cd /home/forrest/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 #34 08 * * * /export/home/config/run-forrestbot.sh forrest-seed.xml notify trunk-stable