src/utils/qa/weeklybld/doNewBranch.csh 1.35
1.35 2010/04/06 19:07:27 galt
adding some ppl to notification
Index: src/utils/qa/weeklybld/doNewBranch.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/weeklybld/doNewBranch.csh,v
retrieving revision 1.34
retrieving revision 1.35
diff -b -B -U 4 -r1.34 -r1.35
--- src/utils/qa/weeklybld/doNewBranch.csh 10 Feb 2010 19:55:21 -0000 1.34
+++ src/utils/qa/weeklybld/doNewBranch.csh 6 Apr 2010 19:07:27 -0000 1.35
@@ -144,9 +144,9 @@
echo "Wait complete, checking results. [${0}: `date`]"
if ( -e CvsReports.ok ) then
echo "CVS Reports finished ok. [${0}: `date`]"
echo "buildCvsReports.csh done on hgwdev, sending email... [${0}: `date`]"
- echo "Ready for pairings, day 9, CVS reports completed for v${BRANCHNN} review http://hgwdev.cse.ucsc.edu/cvs-reports/ (history at http://hgwdev.cse.ucsc.edu/cvs-reports-history/)." | mail -s "Ready for pairings (day 9, v${BRANCHNN} review)." $USER donnak kuhn
+ echo "Ready for pairings, day 9, CVS reports completed for v${BRANCHNN} review http://hgwdev.cse.ucsc.edu/cvs-reports/ (history at http://hgwdev.cse.ucsc.edu/cvs-reports-history/)." | mail -s "Ready for pairings (day 9, v${BRANCHNN} review)." $USER donnak kuhn ann pauline
else
echo "CVS Reports had some error, no ok file found. [${0}: `date`]"
endif
echo