src/utils/qa/weeklybld/makeStrictBeta.csh 1.9

1.9 2010/03/16 02:45:37 galt
begin support for 3way tagging alpha beta public
Index: src/utils/qa/weeklybld/makeStrictBeta.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/weeklybld/makeStrictBeta.csh,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -B -U 4 -r1.8 -r1.9
--- src/utils/qa/weeklybld/makeStrictBeta.csh	3 Mar 2010 01:48:20 -0000	1.8
+++ src/utils/qa/weeklybld/makeStrictBeta.csh	16 Mar 2010 02:45:37 -0000	1.9
@@ -14,9 +14,10 @@
 pwd
 # the makefile now does zoo automatically now when you call it
 echo "trackDb Make strict. [${0}: `date`]"
 cd $BUILDDIR/$dir/kent/src/hg/makeDb/trackDb
-make strict >& make.strict.log
+#old method: make strict >& make.strict.log
+make beta >& make.strict.log
 /bin/egrep -i "html missing" make.strict.log > warning.txt
 /bin/egrep -iv "html missing" make.strict.log > make.strict.log2
 mv make.strict.log2 make.strict.log
 set res = `/bin/egrep -i "error|warn" make.strict.log`