5adcf6bc2904690de7b7b30a83ec8a7a0996abe9 galt Tue Aug 21 00:01:25 2018 -0700 changing cse subdomain to soe diff --git src/utils/qa/hgFindSpecGlobal.csh src/utils/qa/hgFindSpecGlobal.csh index dd30d8e..a246abe 100755 --- src/utils/qa/hgFindSpecGlobal.csh +++ src/utils/qa/hgFindSpecGlobal.csh @@ -43,31 +43,31 @@ checkMachineName.csh $machine if ( $status ) then echo "${0}:" $0 exit 1 endif set dbs=`getAssemblies.csh hgFindSpec hgwbeta \ | egrep -v "checking|get all|found|^qa_|^zoo" | egrep "."` # set file paths and URLs set today=`date +%Y-%m-%d` # set today="2005-01-23" set dirPath="/usr/local/apache/htdocs-genecats/qa/test-results/hgFindSpec" -set urlPath="http://genecats.cse.ucsc.edu/qa/test-results/hgFindSpec" +set urlPath="http://genecats.soe.ucsc.edu/qa/test-results/hgFindSpec" mkdir -p $dirPath/$today set summaryFile=$dirPath/$today/$today.hgFindSpec.html set summaryUrl=$urlPath/$today/$today.hgFindSpec.html rm -f $summaryFile echo "hgFindSpec Diffs $today\n
 \
       \n" >! $summaryFile
 
 echo "db      diffs"
 echo "-------------"
 foreach db ( $dbs )
   set todaysPath="$dirPath/$today"
   set summaryOut="$db.$machine.hgFindSpec"
   set outfile="$todaysPath/$summaryOut"
   compareHgFindSpecAll.csh $db hgwbeta $machine $mode >& $outfile
   if ( $status ) then