src/utils/qa/syncAday.csh 1.11
1.11 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/syncAday.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/syncAday.csh,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -B -U 4 -r1.10 -r1.11
--- src/utils/qa/syncAday.csh 22 Jan 2010 21:46:10 -0000 1.10
+++ src/utils/qa/syncAday.csh 21 May 2010 23:52:35 -0000 1.11
@@ -26,13 +26,13 @@
echo "\n error: you must run this script on dev!\n"
exit 1
endif
-set basePath='/usr/local/apache/htdocs/qa/test-results/sync'
+set basePath='/usr/local/apache/htdocs-genecats/qa/test-results/sync'
set db=`databaseAday.csh today`
rm -f $basePath/$db
echo "\n$db\n" >> $basePath/$db
# checkSync.csh $db times >> $basePath/$db
checkSync.csh $db hgwbeta hgw2 times >> $basePath/$db
cat $basePath/$db
-echo "http://hgwdev.cse.ucsc.edu/qa/test-results/sync/$db" | mail -s "sync for today" $USER@soe.ucsc.edu
+echo "http://genecats.cse.ucsc.edu/qa/test-results/sync/$db" | mail -s "sync for today" $USER@soe.ucsc.edu