src/utils/qa/host.csh 1.5
1.5 2009/05/05 23:13:56 kuhn
added sqlrr variable where needed to set up for new machine testing
Index: src/utils/qa/host.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/host.csh,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 1000000 -r1.4 -r1.5
--- src/utils/qa/host.csh 11 Apr 2009 00:37:04 -0000 1.4
+++ src/utils/qa/host.csh 5 May 2009 23:13:56 -0000 1.5
@@ -1,14 +1,14 @@
#!/bin/tcsh
source `which qaConfig.csh`
/bin/rm -f /tmp/hostlist
-hgsql -h genome-centdb -e "select remote_host from access_log" apachelog > /tmp/hostlist
+hgsql -h $sqlrr -e "select remote_host from access_log" apachelog > /tmp/hostlist
/bin/sort /tmp/hostlist > /tmp/hostlist.sort
/bin/rm -f /tmp/hostlist
/usr/bin/uniq -c /tmp/hostlist.sort > /tmp/hostlist.uniq
/bin/rm -f /tmp/hostlist.sort
/bin/sort -nr /tmp/hostlist.uniq
/bin/rm -f /tmp/hostlist.uniq