src/utils/qa/browserUsage.csh 1.6
1.6 2010/05/21 23:52:35 vanessa
changed the path names for the htdoc reorganization to htdoc-genecats and htdoc-hgdownload and changed the appropriate urls
Index: src/utils/qa/browserUsage.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/browserUsage.csh,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/utils/qa/browserUsage.csh 22 May 2009 23:26:12 -0000 1.5
+++ src/utils/qa/browserUsage.csh 21 May 2010 23:52:35 -0000 1.6
@@ -9,9 +9,9 @@
# This script is run monthly by a qateam cron job.
#
############################################
-set fileLocation="/usr/local/apache/htdocs/qa/test-results/browserUsage"
+set fileLocation="/usr/local/apache/htdocs-genecats/qa/test-results/browserUsage"
set fileName='monthly.report.html'
set lineNum=0
set shortFile=''
set shorterFile=''
@@ -22,9 +22,9 @@
if ( $argv != 'go' ) then
echo
echo " Checks stats for browser and o/s usage."
echo " Places report here:\
- http://hgwdev.cse.ucsc.edu/qa/test-results/browserUsage"
+ http://genecats.cse.ucsc.edu/qa/test-results/browserUsage"
echo " usage: go"
echo
exit
endif
@@ -75,9 +75,9 @@
# make the file viewable
chmod 775 shortestFile
# move the file to the test-results location
-mv shortestFile /usr/local/apache/htdocs/qa/test-results/browserUsage/$today.html
+mv shortestFile /usr/local/apache/htdocs-genecats/qa/test-results/browserUsage/$today.html
# remove all the intermediate files
rm shortFile
rm shorterFile