src/utils/qa/updateTimes.csh 1.21
1.21 2009/03/20 23:33:29 rhead
Changed host hgwbeta to host hgofbeta.
Index: src/utils/qa/updateTimes.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/updateTimes.csh,v
retrieving revision 1.20
retrieving revision 1.21
diff -b -B -U 4 -r1.20 -r1.21
--- src/utils/qa/updateTimes.csh 12 Mar 2008 18:05:42 -0000 1.20
+++ src/utils/qa/updateTimes.csh 20 Mar 2009 23:33:29 -0000 1.21
@@ -78,17 +78,17 @@
endif
endif
if ( $mach1 == "hgwbeta" ) then
- set host1="-h hgwbeta"
+ set host1="-h hgofbeta"
endif
if ( $mach2 == "hgwbeta" ) then
- set host2="-h hgwbeta"
+ set host2="-h hgofbeta"
endif
if ( $mach3 == "hgwbeta" ) then
- set host3="-h hgwbeta"
+ set host3="-h hgofbeta"
endif
# set flags for RR queries
if ( $mach1 != "hgwdev" && $mach1 != "hgwbeta" ) then