src/utils/qa/bigPush.csh 1.3

1.3 2009/03/19 20:54:33 ann
switched to new hgofbeta MySQL server
Index: src/utils/qa/bigPush.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/bigPush.csh,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/utils/qa/bigPush.csh	7 Jun 2008 00:02:48 -0000	1.2
+++ src/utils/qa/bigPush.csh	19 Mar 2009 20:54:33 -0000	1.3
@@ -44,9 +44,9 @@
 echo
 rm -f $db.$trackName.push
 foreach table (`cat $tablelist`)
   echo pushing "$table"
-  sudo mypush $db "$table" hgwbeta >> $db.$trackName.push
+  sudo mypush $db "$table" hgofbeta >> $db.$trackName.push
   echo "$table" >> $db.$trackName.push
   # tail -f $db.$trackName.push
 end
 echo