83830db927a7d15cb0447c2949a771a7ea2139ec
chmalee
  Mon Apr 11 10:11:00 2022 -0700
Remove ann brian and bob from code review pairing email and add lou

diff --git src/utils/qa/weeklybld/doNewBranch.csh src/utils/qa/weeklybld/doNewBranch.csh
index f114b07..ed66cc9 100755
--- src/utils/qa/weeklybld/doNewBranch.csh
+++ src/utils/qa/weeklybld/doNewBranch.csh
@@ -142,26 +142,26 @@
 rsync -a -P --exclude=hg.conf --exclude=hg.conf.private --delete \
   /usr/local/apache/htdocs-beta/js/ qateam@hgwbeta:/data/apache/htdocs/js/
 rsync -a -P --exclude=hg.conf --exclude=hg.conf.private --delete \
   /usr/local/apache/htdocs-beta/style/ qateam@hgwbeta:/data/apache/htdocs/style/
 
 echo "build on beta done for v$BRANCHNN [${0}: `date`]"
 echo "v$BRANCHNN built successfully on beta (day 16)." | mail -s "v$BRANCHNN Build complete on beta (day 16)." ${BUILDMEISTEREMAIL} galt@soe.ucsc.edu kent@soe.ucsc.edu browser-qa@soe.ucsc.edu
 
 echo
 echo "Waiting for the background beta:git-reports to finish [${0}: `date`]"
 wait
 echo "Wait complete, checking results. [${0}: `date`]"
 if ( -e GitReports.ok ) then
     echo "Git Reports finished ok. [${0}: `date`]"
     echo "buildGitReports.csh done on hgwdev, sending email... [${0}: `date`]"
-    echo "Ready for pairings, day 16, Git reports completed for v${BRANCHNN} branch http://genecats.gi.ucsc.edu/git-reports/ (history at http://genecats.gi.ucsc.edu/git-reports-history/)." | mail -s "Ready for pairings (day 16, v${BRANCHNN} review)." ${BUILDMEISTEREMAIL} kuhn@soe.ucsc.edu brianlee@soe.ucsc.edu azweig@ucsc.edu clayfischer@ucsc.edu chmalee@ucsc.edu jnavarr5@ucsc.edu
+    echo "Ready for pairings, day 16, Git reports completed for v${BRANCHNN} branch http://genecats.gi.ucsc.edu/git-reports/ (history at http://genecats.gi.ucsc.edu/git-reports-history/)." | mail -s "Ready for pairings (day 16, v${BRANCHNN} review)." ${BUILDMEISTEREMAIL}  clayfischer@ucsc.edu chmalee@ucsc.edu jnavarr5@ucsc.edu lrnassar@ucsc.edu
 
     # email all who have checked in that code summaries are due
     @ LASTNN=$BRANCHNN - 1
     ./sendLogEmail.pl $LASTNN $BRANCHNN
 else
     echo "Git Reports had some error, no ok file found. [${0}: `date`]"
 endif
 echo
 
 exit 0