src/utils/qa/syncAday.csh 1.10

1.10 2010/01/22 21:46:10 kuhn
removed checking for multiple RR machines since we've gone to single mysql database
Index: src/utils/qa/syncAday.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/syncAday.csh,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -B -U 4 -r1.9 -r1.10
--- src/utils/qa/syncAday.csh	22 May 2009 18:46:25 -0000	1.9
+++ src/utils/qa/syncAday.csh	22 Jan 2010 21:46:10 -0000	1.10
@@ -32,11 +32,7 @@
 rm -f $basePath/$db
 echo "\n$db\n" >> $basePath/$db
 # checkSync.csh $db times >> $basePath/$db
 checkSync.csh $db hgwbeta hgw2 times >> $basePath/$db
-checkSync.csh $db hgw2 hgw3 times >> $basePath/$db
-checkSync.csh $db hgw3 hgw4 times >> $basePath/$db
-checkSync.csh $db hgw5 hgw6 times >> $basePath/$db
-checkSync.csh $db hgw7 hgw8 times >> $basePath/$db
 cat $basePath/$db
 echo "http://hgwdev.cse.ucsc.edu/qa/test-results/sync/$db" | mail -s "sync for today" $USER@soe.ucsc.edu