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

1.6 2009/07/17 23:26:47 galt
handle sandbox configuration
Index: src/utils/qa/weeklybld/coBranch.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/weeklybld/coBranch.csh,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/utils/qa/weeklybld/coBranch.csh	7 Apr 2009 18:35:33 -0000	1.5
+++ src/utils/qa/weeklybld/coBranch.csh	17 Jul 2009 23:26:47 -0000	1.6
@@ -32,9 +32,14 @@
 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
+
+
+# configure settings like SSL and BAM in common.mk
+echo "Configuring settings on branch $BRANCHNN in $BUILDDIR/$dir [${0}: `date`]" 
+$WEEKLYBLD/configureSandbox.csh . $WEEKLYBLD/defaultBuildSettings.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