src/utils/qa/weeklybld/doNewBranch.csh 1.32
1.32 2009/10/28 17:58:09 hiram
remove logs before overwriting them to maintain proper ownership
Index: src/utils/qa/weeklybld/doNewBranch.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/weeklybld/doNewBranch.csh,v
retrieving revision 1.31
retrieving revision 1.32
diff -b -B -U 4 -r1.31 -r1.32
--- src/utils/qa/weeklybld/doNewBranch.csh 29 Sep 2009 17:40:36 -0000 1.31
+++ src/utils/qa/weeklybld/doNewBranch.csh 28 Oct 2009 17:58:09 -0000 1.32
@@ -82,8 +82,9 @@
echo
echo
echo "NOW STARTING CVS-Reports ON HGWDEV IN PARALLEL [${0}: `date`]"
echo
+rm -f doNewCvs.log
#echo debug: disabled buildCvsReports
ssh -n hgwdev $WEEKLYBLD/buildCvsReports.csh branch real >& doNewCvs.log &
# note - we are now running it in the background on hgwdev
@@ -91,8 +92,9 @@
echo
echo "NOW STARTING 32-BIT BUILD ON $BOX32 IN PARALLEL [${0}: `date`]"
echo
+rm -f doNew32.log
#echo debug: disabled parallel build 32bit utils on dev
ssh -n $BOX32 "$WEEKLYBLD/doNewBranch32.csh opensesame" >& doNew32.log &
echo "Unpack the new branch on BUILDDIR for beta [${0}: `date`]"