src/utils/qa/bigPush.csh 1.4
1.4 2009/03/25 18:29:29 rhead
changed target machine back to hgwbeta (from hgofbeta).
Index: src/utils/qa/bigPush.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/bigPush.csh,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 4 -r1.3 -r1.4
--- src/utils/qa/bigPush.csh 19 Mar 2009 20:54:33 -0000 1.3
+++ src/utils/qa/bigPush.csh 25 Mar 2009 18:29:29 -0000 1.4
@@ -44,9 +44,9 @@
echo
rm -f $db.$trackName.push
foreach table (`cat $tablelist`)
echo pushing "$table"
- sudo mypush $db "$table" hgofbeta >> $db.$trackName.push
+ sudo mypush $db "$table" hgwbeta >> $db.$trackName.push
echo "$table" >> $db.$trackName.push
# tail -f $db.$trackName.push
end
echo