793f652411c510eaf02426d5c36dc599d02dd42f
rhead
  Wed Sep 21 16:58:58 2011 -0700
Finally checking in the crontabs that belong to the qateam user, which we depend on for a lot. Redmine #404.
diff --git build/crontabs/qateam/hgwbeta.crontab build/crontabs/qateam/hgwbeta.crontab
new file mode 100644
index 0000000..ff3e722
--- /dev/null
+++ build/crontabs/qateam/hgwbeta.crontab
@@ -0,0 +1,13 @@
+SHELL=/bin/csh
+# specifying path so that the "which" command will work within qa scripts.
+PATH=/cluster/bin/scripts:/cluster/bin/x86_64:/usr/local/bin:/bin:/usr/bin
+
+# Minute Hour DOM Month DOW command
+
+MAILTO=kuhn,rhead
+# performance log
+5,20,35,50 * * * * hgTracksRandom /data/perf/machines >> /data/perf/hgTracksRandom.log
+
+MAILTO=rhead
+# make beta in trackDb 3 x a week, prior to trackDbGlobal runs (on hgwdev)
+5 5 * * 1,3,5 cd /cluster/home/qateam/trackDb; make beta > /dev/null