src/utils/qa/alertBqueue.csh 1.13

1.13 2010/01/12 20:49:33 kuhn
changed output text a bit
Index: src/utils/qa/alertBqueue.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/alertBqueue.csh,v
retrieving revision 1.12
retrieving revision 1.13
diff -b -B -U 4 -r1.12 -r1.13
--- src/utils/qa/alertBqueue.csh	14 Dec 2009 17:19:13 -0000	1.12
+++ src/utils/qa/alertBqueue.csh	12 Jan 2010 20:49:33 -0000	1.13
@@ -42,10 +42,11 @@
   exit 1
 endif 
 
 # echo "testing \n \n sending only to ann and bob right now \n \n "  > Bfile
-echo "greetings. \n\n  you have content in the B-queue that someone should look at." > Bfile
-echo "  this is a periodic reminder from a QA cronjob.\n" >> Bfile
+echo "greetings. \n" > Bfile
+echo "  this is a periodic reminder from a QA cronjob." >> Bfile
+echo "  you have content in the B-queue that someone should look at." >> Bfile
 echo "\n  usually a track is in the B-queue because QA is expecting something" >> Bfile
 echo "  from the dev crew.\n" >> Bfile
 hgsql -h $sqlbeta -t -e "SELECT dbs, track, reviewer, sponsor, \
   qadate FROM pushQ WHERE priority = 'B' AND reviewer != '' ORDER BY qadate" \
@@ -79,8 +80,9 @@
     ## send output only to selected people
     # set contacts="ann kuhn pauline rhead kayla"
     # set contacts="pauline rhead ann kayla"
     echo "   contacts $contacts"
+    cat Bfile 
   endif 
 end
 
 if ( $debug == "true" ) then