Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Feb 2013 02:31:23 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r246965 - user/bugmeister/gnats/tools
Message-ID:  <201302190231.r1J2VN6p018115@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302190231.r1J2VN6p018115>