src/utils/qa/alertBqueue.csh 1.7
1.7 2009/03/20 23:46:19 rhead
Changed host hgwbeta to host hgofbeta.
Index: src/utils/qa/alertBqueue.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/alertBqueue.csh,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/utils/qa/alertBqueue.csh 24 Feb 2009 22:09:55 -0000 1.6
+++ src/utils/qa/alertBqueue.csh 20 Mar 2009 23:46:19 -0000 1.7
@@ -43,13 +43,13 @@
# 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
-hgsql -h hgwbeta -t -e "SELECT dbs, track, reviewer, sponsor, \
+hgsql -h hgofbeta -t -e "SELECT dbs, track, reviewer, sponsor, \
qadate FROM pushQ WHERE priority = 'B' ORDER BY qadate" qapushq >> Bfile
# 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 \
+set contacts=`hgsql -N -h hgofbeta -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" \
| perl -wpe '$_ = lcfirst($_);' | sort -u`