src/utils/qa/checkMetaData.csh 1.14

1.14 2009/03/20 23:39:52 rhead
Changed host hgwbeta to host hgofbeta.
Index: src/utils/qa/checkMetaData.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/checkMetaData.csh,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -B -U 4 -r1.13 -r1.14
--- src/utils/qa/checkMetaData.csh	7 Apr 2008 20:24:43 -0000	1.13
+++ src/utils/qa/checkMetaData.csh	20 Mar 2009 23:39:52 -0000	1.14
@@ -32,9 +32,9 @@
 set mach2="hgwbeta"
 set centdb1="hgcentraltest"
 set centdb2="hgcentralbeta"
 set host1=""
-set host2="-h hgwbeta"
+set host2="-h hofbeta"
 
 # check if asssembly database exits on dev.
 set orgCheck=`hgsql -N -e 'SELECT COUNT(*) FROM dbDb WHERE name = "'$db'"' \
   hgcentraltest`
@@ -71,14 +71,14 @@
 
 # set machines to beta where needed
 if ( $mach1 == "hgwbeta" ) then
   set centdb1="hgcentralbeta"
-  set host1="-h hgwbeta"
+  set host1="-h hgofbeta"
 endif
 
 if ( $mach2 == "hgwbeta" ) then
   set centdb2="hgcentralbeta"
-  set host2="-h hgwbeta"
+  set host2="-h hgofbeta"
 endif
 
 
 if ( $mach1 == "RR" || $mach1 == "rr" ) then