From svn-return-8732-apmail-forrest-svn-archive=forrest.apache.org@forrest.apache.org Thu Nov 25 08:47:26 2010 Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 6410 invoked from network); 25 Nov 2010 08:47:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Nov 2010 08:47:25 -0000 Received: (qmail 81267 invoked by uid 500); 25 Nov 2010 07:00:44 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 81202 invoked by uid 500); 25 Nov 2010 07:00:42 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 81189 invoked by uid 99); 25 Nov 2010 07:00:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Nov 2010 07:00:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Nov 2010 07:00:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9488423888EA; Thu, 25 Nov 2010 06:59:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1038939 - /forrest/zone/config/crontab.txt Date: Thu, 25 Nov 2010 06:59:09 -0000 To: svn@forrest.apache.org From: gmcdonald@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101125065909.9488423888EA@eris.apache.org> 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