Author: gmcdonald Date: Thu Nov 25 06:32:33 2010 New Revision: 1038934 URL: http://svn.apache.org/viewvc?rev=1038934&view=rev Log: Update crontab with paths to suit new Jail
Modified: forrest/zone/config/crontab.txt Modified: forrest/zone/config/crontab.txt URL: http://svn.apache.org/viewvc/forrest/zone/config/crontab.txt?rev=1038934&r1=1038933&r2=1038934&view=diff ============================================================================== --- forrest/zone/config/crontab.txt (original) +++ forrest/zone/config/crontab.txt Thu Nov 25 06:32:33 2010 @@ -2,11 +2,11 @@ # 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. -45 * * * * /export/home/config/update_check.sh +45 * * * * /home/forrest/config/update_check.sh -04 0,2,4,6,8,10,12,14,16,18,20,22 * * * /export/home/config/run-forrestbot.sh forrest-seed.xml notify trunk -07 0,2,4,6,8,10,12,14,16,18,20,22 * * * /export/home/config/run-forrestbot.sh forrest-sample-2.xml notify trunk -10 0,2,4,6,8,10,12,14,16,18,20,22 * * * /export/home/config/run-forrestbot.sh forrest-docs.xml notify trunk +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 #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. @@ -25,9 +25,9 @@ #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-*/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 +# 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