aa7b3bcf0d3a3c8da312292725b7a0a08b578c1e kuhn Mon Dec 13 10:54:16 2010 -0800 added donna back to recipient list diff --git src/utils/qa/alertBqueue.csh src/utils/qa/alertBqueue.csh index 6f901a3..cd2b889 100755 --- src/utils/qa/alertBqueue.csh +++ src/utils/qa/alertBqueue.csh @@ -79,21 +79,21 @@ 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" cat Bfile endif end if ( $debug == "true" ) then exit endif # add ann to list -set contacts="$contacts ann" +set contacts="$contacts ann donna" # 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