src/utils/qa/checkMachineName.csh 1.6

1.6 2010/01/22 21:17:19 kuhn
fixed getAssemblies.csh to work with RR machines and several other programs that it depends on. it broke when we went to a single mysql machine and genbank dumps only grab from hgnfs1
Index: src/utils/qa/checkMachineName.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/checkMachineName.csh,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/utils/qa/checkMachineName.csh	11 Apr 2009 00:37:01 -0000	1.5
+++ src/utils/qa/checkMachineName.csh	22 Jan 2010 21:17:19 -0000	1.6
@@ -21,9 +21,9 @@
  echo ""
  exit 1
 endif
 
-set allMachines=" hgwdev hgwbeta hgw1 hgw2 hgw3 hgw4 hgw5 hgw6 hgw7 hgw8 "
+set allMachines=" hgwdev hgwbeta hgw1 hgw2 hgw3 hgw4 hgw5 hgw6 hgw7 hgw8 rr RR"
 
 set mach1 = $argv[1]
 echo $allMachines | grep -w "$mach1" > /dev/null
 if ($status) then