src/utils/qa/weeklybld/coBranch.csh 1.5

1.5 2009/04/07 18:35:33 mikep
useing ssl stuff
Index: src/utils/qa/weeklybld/coBranch.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/weeklybld/coBranch.csh,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/utils/qa/weeklybld/coBranch.csh	14 Oct 2008 17:07:51 -0000	1.4
+++ src/utils/qa/weeklybld/coBranch.csh	7 Apr 2009 18:35:33 -0000	1.5
@@ -32,8 +32,9 @@
 if ( $err ) then
  echo "error running cvs co kent in $BUILDDIR/$dir : $err [${0}: `date`]" 
  exit 1
 endif 
+sed -i -e 's/USE_SSL=0/USE_SSL=1/' kent/src/inc/common.mk
 echo "Done checking out branch $BRANCHNN in $BUILDDIR/$dir [${0}: `date`]" 
 echo "Now you should go and do build on beta! [${0}: `date`]"
 
 exit 0