src/utils/qa/getRRdatabases.csh 1.11
1.11 2009/05/05 23:13:56 kuhn
added sqlrr variable where needed to set up for new machine testing
Index: src/utils/qa/getRRdatabases.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/getRRdatabases.csh,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -B -U 4 -r1.10 -r1.11
--- src/utils/qa/getRRdatabases.csh 11 Apr 2009 00:37:04 -0000 1.10
+++ src/utils/qa/getRRdatabases.csh 5 May 2009 23:13:56 -0000 1.11
@@ -104,7 +104,7 @@
# get names of databases from files database.tbls in mark's directories
$betacommand ls -1 $fullpath1 | grep "tbls" | sed -e "s/\.tbls//" | sort
echo "last dump: $dirname1"
else
- ssh hgwdev "hgsql -h genome-centdb -Ne '"SELECT name FROM dbDb WHERE \
+ ssh hgwdev "hgsql -h $sqlrr -Ne '"SELECT name FROM dbDb WHERE \
active = 1 ORDER BY name"' hgcentral"
endif