5adcf6bc2904690de7b7b30a83ec8a7a0996abe9 galt Tue Aug 21 00:01:25 2018 -0700 changing cse subdomain to soe diff --git src/utils/qa/browserUsage.csh src/utils/qa/browserUsage.csh index d694a76..9bd4716 100755 --- src/utils/qa/browserUsage.csh +++ src/utils/qa/browserUsage.csh @@ -1,84 +1,84 @@ #!/bin/tcsh source `which qaConfig.csh` ########################################### # # This script checks the stats for the RR machines # and creates a report on user's browsers and o/s's # This report is placed here: hgwdev:/qa/test-results/browserUsage # This script is run monthly by a qateam cron job. # ############################################ set fileLocation="/usr/local/apache/htdocs-genecats/qa/test-results/browserUsage" set fileName='monthly.report.html' set lineNum=0 set shortFile='' set shorterFile='' set shortestFile='' set today=`date +%Y-%m-%d` # usage statement if ( $argv != 'go' ) then echo echo " Checks stats for browser and o/s usage." echo " Places report here:\ - http://genecats.cse.ucsc.edu/qa/test-results/browserUsage" + http://genecats.soe.ucsc.edu/qa/test-results/browserUsage" echo " usage: go" echo exit endif # run this only on hgwdev if ( "$HOST" != "hgwdev" ) then echo "\n ERROR: you must run this script on dev!\n" exit 1 endif # get a copy of the statistics file from the hgw1 server scp -q qateam@hgw1:/usr/local/apache/htdocs/admin/stats/Report.html $fileName # stop if you can't find the Report if ( $status ) then exit 1 endif # delete the parts we do not need to display # delete everything from the start of the file to (but not including)