src/utils/qa/alertBqueue.csh 1.6

1.6 2009/02/24 22:09:55 kuhn
rest counter to reflect the fact that ting had been dropped from list
Index: src/utils/qa/alertBqueue.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/alertBqueue.csh,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/utils/qa/alertBqueue.csh	15 Jan 2009 23:11:32 -0000	1.5
+++ src/utils/qa/alertBqueue.csh	24 Feb 2009 22:09:55 -0000	1.6
@@ -11,9 +11,9 @@
 ################################
 
 set go=""
 # make lists of substitutions for email addresses
-set counter=( 1 2 3 4 5 6 7 8 9 10 11 12 13 )
+set counter=( 1 2 3 4 5 6 7 8 9 10 11 12 )
 set alias=( andy belinda  brian  brooke bob  fan    jim  jing larry  mark  rachel  zach     )
 set email=( aamp giardine braney rhead  kuhn fanhsu kent jzhu larrym markd hartera jsanborn )
 
 
@@ -46,9 +46,9 @@
 echo "  this is a periodic reminder from a QA cronjob.\n" >> Bfile
 hgsql -h hgwbeta -t -e "SELECT dbs, track, reviewer, sponsor, \
   qadate FROM pushQ WHERE priority = 'B' ORDER BY qadate" qapushq >> Bfile
 
-# get lst of all developers and QA involved in B-queue tracks
+# get list of all developers and QA involved in B-queue tracks
 set contacts=`hgsql -N -h hgwbeta -e "SELECT sponsor, reviewer, sponsor FROM pushQ \
   WHERE priority = 'B'" qapushq`
 # clean up list to get unique names
 set contacts=`echo $contacts | sed "s/,/ /g" | sed "s/ /\n/g" \
@@ -73,8 +73,10 @@
   endif 
 end
 
 # set contacts="ann kuhn pauline rhead kayla"
+# set contacts="pauline rhead ann kayla"
 
+# cat Bfile | mail -c $contacts'@soe.ucsc.edu' -s "test. ignore  " $USER
 cat Bfile | mail -c $contacts'@soe.ucsc.edu' -s "B-queue alert" $USER
 rm Bfile