src/utils/qa/trackDbGlobal.csh 1.31
1.31 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/trackDbGlobal.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/trackDbGlobal.csh,v
retrieving revision 1.30
retrieving revision 1.31
diff -b -B -U 4 -r1.30 -r1.31
--- src/utils/qa/trackDbGlobal.csh 5 May 2009 23:13:56 -0000 1.30
+++ src/utils/qa/trackDbGlobal.csh 21 May 2010 23:52:35 -0000 1.31
@@ -66,10 +66,10 @@
# set file paths and URLs
set today=`date +%Y-%m-%d`
# set today="2005-01-23"
-set dirPath="/usr/local/apache/htdocs/qa/test-results/trackDb"
-set urlPath="http://hgwdev.cse.ucsc.edu/qa/test-results/trackDb"
+set dirPath="/usr/local/apache/htdocs-genecats/qa/test-results/trackDb"
+set urlPath="http://genecats.cse.ucsc.edu/qa/test-results/trackDb"
# remove dirs from same month last year
set dropdir=`getMonthLastYear.csh go`
set dirs=`ls -l $dirPath | grep $dropdir | grep ^d | awk '{print $9}'`