5adcf6bc2904690de7b7b30a83ec8a7a0996abe9 galt Tue Aug 21 00:01:25 2018 -0700 changing cse subdomain to soe diff --git src/utils/qa/syncAday.csh src/utils/qa/syncAday.csh index d60e9fa..1232680 100755 --- src/utils/qa/syncAday.csh +++ src/utils/qa/syncAday.csh @@ -1,38 +1,38 @@ #!/bin/tcsh source `which qaConfig.csh` ################################ # # 02-24-07 # Robert Kuhn # # runs sync on the database of the day. # ################################ if ( $#argv != 1 ) then echo echo " checks for table sync on all machines for database of the day." echo " replaces file in htdocs if run again same day." echo echo " usage: go" echo exit endif if ( "$HOST" != "hgwdev" ) then echo "\n error: you must run this script on dev!\n" exit 1 endif set basePath='/usr/local/apache/htdocs-genecats/qa/test-results/sync' set db=`databaseAday.csh today` rm -f $basePath/$db echo "\n$db\n" >> $basePath/$db # checkSync.csh $db times >> $basePath/$db checkSync.csh $db hgwbeta hgw2 times >> $basePath/$db cat $basePath/$db -echo "http://genecats.cse.ucsc.edu/qa/test-results/sync/$db" +echo "http://genecats.soe.ucsc.edu/qa/test-results/sync/$db" echo