src/utils/qa/updateTimes.csh 1.23
1.23 2009/04/11 00:37:05 rhead
Sourced new qaConfig file at the top. Changed -h hgwbeta lines to look for sql host stored in a variable, specified in the new qaConfig file.
Index: src/utils/qa/updateTimes.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/updateTimes.csh,v
retrieving revision 1.22
retrieving revision 1.23
diff -b -B -U 4 -r1.22 -r1.23
--- src/utils/qa/updateTimes.csh 24 Mar 2009 19:10:45 -0000 1.22
+++ src/utils/qa/updateTimes.csh 11 Apr 2009 00:37:05 -0000 1.23
@@ -1,5 +1,6 @@
#!/bin/tcsh
+source `which qaConfig.csh`
################################
#
# 04-08-04
@@ -78,17 +79,17 @@
endif
endif
if ( $mach1 == "hgwbeta" ) then
- set host1="-h hgwbeta"
+ set host1="-h $sqlbeta"
endif
if ( $mach2 == "hgwbeta" ) then
- set host2="-h hgwbeta"
+ set host2="-h $sqlbeta"
endif
if ( $mach3 == "hgwbeta" ) then
- set host3="-h hgwbeta"
+ set host3="-h $sqlbeta"
endif
# set flags for RR queries
if ( $mach1 != "hgwdev" && $mach1 != "hgwbeta" ) then