src/utils/qa/databaseAday.csh 1.13

1.13 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/databaseAday.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/databaseAday.csh,v
retrieving revision 1.12
retrieving revision 1.13
diff -b -B -U 4 -r1.12 -r1.13
--- src/utils/qa/databaseAday.csh	4 Sep 2009 07:38:10 -0000	1.12
+++ src/utils/qa/databaseAday.csh	21 May 2010 23:52:35 -0000	1.13
@@ -12,9 +12,9 @@
 #
 ########################## 
 
 set choice=''
-set outPath='/usr/local/apache/htdocs/qa/test-results'
+set outPath='/usr/local/apache/htdocs-genecats/qa/test-results'
 set todaysDb=''
 set yestDb=''
 set list=''
 set error="ERROR - no database list. Try this first: databaseAday.csh init"
@@ -23,9 +23,9 @@
   echo
   echo " call with 'today' to find out the database we are monitoring today"
   echo
   echo "    usage:  today | yesterday | init | next [path]"
-  echo "            path defaults to /usr/local/apache/htdocs/qa/test-results"
+  echo "            path defaults to /usr/local/apache/htdocs-genecats/qa/test-results"
   echo
   exit 1
 else
   set choice="$argv[1]"