cb3895869afa2ca08b8ba524e2bb71f036c2d210 kuhn Mon Dec 13 06:30:32 2010 -0800 changed management copy from donna to ann diff --git src/utils/qa/alertBqueue.csh src/utils/qa/alertBqueue.csh index 9a9c000..6f901a3 100755 --- src/utils/qa/alertBqueue.csh +++ src/utils/qa/alertBqueue.csh @@ -67,33 +67,33 @@ 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" 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 kayla" - # set contacts="pauline rhead ann kayla" + # set contacts="ann kuhn pauline rhead" + # set contacts="pauline rhead ann" echo " contacts $contacts" cat Bfile endif end if ( $debug == "true" ) then exit endif -# add donnak to list -set contacts="$contacts donnak" +# add ann to list +set contacts="$contacts ann" # 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