f41fc338ea8d2f30b241f4af099527bcac02b1c8
lrnassar
  Wed Mar 8 16:54:00 2023 -0800
Ongoing work to standardize otto, removing individual ottomeister in favor of a central email repo people can subscribe to, refs #28331

diff --git src/hg/utils/otto/genArk/updateHgcentral.sh src/hg/utils/otto/genArk/updateHgcentral.sh
index 95545e1..4670bdf 100755
--- src/hg/utils/otto/genArk/updateHgcentral.sh
+++ src/hg/utils/otto/genArk/updateHgcentral.sh
@@ -19,31 +19,31 @@
 if [ -z "${1+x}" ]; then
   usage
   exit 255
 fi
 # something is in $1, verify is is 'makeItSo'
 if [ "xxx$1" != "xxxmakeItSo" ]; then
   usage
   exit 255
 fi
 
 cd /hive/data/inside/GenArk
 export DS=`date "+%F"`
 export YYYY=`date "+%Y"`
 export LC_NUMERIC=en_US
 export msgTo="hclawson@ucsc.edu"
-# export msgTo="hclawson@ucsc.edu,lrnassar@ucsc.edu"
+# export msgTo="hclawson@ucsc.edu,otto-group@ucsc.edu"
 export msgFile="/tmp/ottoGenArk.$$.txt"
 
 ###########################################################################
 ### helper functions
 ###########################################################################
 
 function msgToFrom() {
   printf "To: %s\n" "${msgTo}" > ${msgFile}
   printf "From: hiram@soe.ucsc.edu\n" >> ${msgFile}
 }
 
 function sendMsg() {
   cat $msgFile | /usr/sbin/sendmail -t -oi
   rm -f $msgFile
 }