src/utils/qa/backupCentral.csh 1.15
1.15 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/backupCentral.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/backupCentral.csh,v
retrieving revision 1.14
retrieving revision 1.15
diff -b -B -U 4 -r1.14 -r1.15
--- src/utils/qa/backupCentral.csh 12 May 2009 22:50:05 -0000 1.14
+++ src/utils/qa/backupCentral.csh 21 May 2010 23:52:35 -0000 1.15
@@ -37,12 +37,12 @@
set directory="hgcentral"
# set file paths and URLs
# set today="2008-05-05"
set today=`date +%Y-%m-%d`
-set dirPath="/usr/local/apache/htdocs/qa/test-results/$directory"
+set dirPath="/usr/local/apache/htdocs-genecats/qa/test-results/$directory"
rm -rf $dirPath/$today/
mkdir -p $dirPath/$today
-set urlPath="http://hgwdev.cse.ucsc.edu/qa/test-results/$directory/$today"
+set urlPath="http://genecats.cse.ucsc.edu/qa/test-results/$directory/$today"
# remove last year's dir
set lastYr=`date +%Y-%m --date='1 year ago'`
rm -r $dirPath/${lastYr}*