From owner-svn-src-user@FreeBSD.ORG Tue Feb 19 02:31:23 2013 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A27D15C5; Tue, 19 Feb 2013 02:31:23 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 95749691; Tue, 19 Feb 2013 02:31:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1J2VNMR018116; Tue, 19 Feb 2013 02:31:23 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1J2VN6p018115; Tue, 19 Feb 2013 02:31:23 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201302190231.r1J2VN6p018115@svn.freebsd.org> From: Mark Linimon Date: Tue, 19 Feb 2013 02:31:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r246965 - user/bugmeister/gnats/tools X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2013 02:31:23 -0000 Author: linimon (doc,ports committer) Date: Tue Feb 19 02:31:23 2013 New Revision: 246965 URL: http://svnweb.freebsd.org/changeset/base/246965 Log: GNATS crontab as used in production on freefall.freebsd.org Added: user/bugmeister/gnats/tools/crontab.gnats Added: user/bugmeister/gnats/tools/crontab.gnats ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ user/bugmeister/gnats/tools/crontab.gnats Tue Feb 19 02:31:23 2013 (r246965) @@ -0,0 +1,30 @@ +# +# crontab for GNATS on freefall.freebsd.org +# +# synced with master version by linimon on 20070725 +# +SCRIPT_HOME=/home/gnats/tools +# +#minute hour mday month wday command +# +#*/10 * * * * /usr/bin/lockf -s -t 5 /home/gnats/.lock /usr/local/libexec/gnats/queue-pr --run >/dev/null + +# 20100526 mcl: this is now our countermeasure. +*/10 * * * * /usr/bin/lockf -s -t 5 /home/gnats/.lock ${SCRIPT_HOME}/qrunner + +# Seems to be failing to update more and more often -- ceri, 2004/05/18 +4 4 * * * ${SCRIPT_HOME}/reindex.sh +# +6 11 * * 1 ${SCRIPT_HOME}/gnatsreport.sh + +#* Separate reminders to portmgr and cvs every 3 days, but only if there +# is anything waiting +5 5 * * */3 ${SCRIPT_HOME}/repocopy/reporter portmgr repocopy +5 5 * * */3 ${SCRIPT_HOME}/repocopy/reporter cvs repocopy +#* if a repocopy has been performed and is back in the hands of a +# committer, they should get a reminder every other day nagging them to +# finish their deer. +5 6 * * */2 ${SCRIPT_HOME}/repocopy/nag repocopy +#* after two weeks in portmgr's hands, they'll automatically be assigned +# to cvs. +5 7 * * * ${SCRIPT_HOME}/repocopy/timeouts 1209600 cvs portmgr