aaa6db8dafa3ec60b003c45cbeeba86b248d3255
kuhn
  Mon Mar 28 01:52:03 2011 -0700
removed some old names from debug list
diff --git src/utils/qa/alertBqueue.csh src/utils/qa/alertBqueue.csh
index 7afe2b1..8b01d37 100755
--- src/utils/qa/alertBqueue.csh
+++ src/utils/qa/alertBqueue.csh
@@ -54,31 +54,31 @@
   qapushq >> Bfile
 
 # get list of all developers and QA involved in B-queue tracks
 set contacts=`hgsql -N -h $sqlbeta -e "SELECT sponsor, reviewer FROM pushQ \
   WHERE priority = 'B' AND reviewer != ''" qapushq`
 # clean up list to get unique names
 set contacts=`echo $contacts | sed "s/,/ /g" | sed "s/ /\n/g" \
   | perl -wpe '$_ = lcfirst($_);' | sort -u`
 
 set debug=true
 set debug=false
 if ( $debug == "true" ) then
   echo "\ncontacts $contacts"
     set contacts=`echo $contacts | sed "s/,/ /" | sed "s/ /\n/g" \
     | perl -wpe '$_ = lcfirst($_);' | sort -u`
-  set contacts="larrym kate fan ting ann Hiram rachel Andy andy bob larry kayla"
+  set contacts="larrym kate fan ann Hiram rachel Andy andy bob larry "
   echo "contacts $contacts"
 endif
 
 # replace common names with email addresses
 foreach i ( $counter )
   set contacts=`echo $contacts | sed "s/$alias[$i] /$email[$i] /g"`
   if ( $debug == "true" ) then
     echo    here5 $i
     echo    $alias[$i]
     echo    $email[$i]
     echo "   contacts $contacts"
     ## send output only to selected people
     # set contacts="ann kuhn pauline rhead"
     # set contacts="pauline rhead ann"
     echo "   contacts $contacts"