21d7c635c49a794bf9c3b807d527e5c5339210f0
galt
  Thu Sep 7 00:27:02 2023 -0700
Tweak the scripsts that run robots written in C that should use https, since htmlPage code can use https but does not support redirects at this time.  We are turning on redirect to https everywhere.

diff --git src/utils/qa/weeklybld/doHgNearTestRobot.csh src/utils/qa/weeklybld/doHgNearTestRobot.csh
index c50cd00..144d2b9 100755
--- src/utils/qa/weeklybld/doHgNearTestRobot.csh
+++ src/utils/qa/weeklybld/doHgNearTestRobot.csh
@@ -1,24 +1,24 @@
 #!/bin/tcsh
 cd $WEEKLYBLD
 
 cd $BUILDDIR/v${BRANCHNN}_branch/kent/src/hg/near/hgNearTest
 make 
 cd $WEEKLYBLD
 setenv HGDB_CONF "$HOME/.hg.conf.beta"
 set log = v${BRANCHNN}.hgNear.log
-$HOME/bin/$MACHTYPE/hgNearTest hgwbeta.soe.ucsc.edu/cgi-bin/hgNear ./logs/$log
+$HOME/bin/$MACHTYPE/hgNearTest https://hgwbeta.soe.ucsc.edu/cgi-bin/hgNear ./logs/$log
 
 # creates branch.hgNear.log - look for unusual errors
 
 #-- to check for errors: 
 set res = "`cat ./logs/$log | egrep 'Total'`"
 set wc = `echo "$res" | wc -w` 
 if ( "$wc" == "0" ) then
     echo "error occurred:"
     echo "$HOME/bin/$MACHTYPE/hgNearTest failed to log any results to ./logs/$log" | mail -s "hgNearTestRobot on $HOST failed to log results to ./logs/$log" ${BUILDMEISTEREMAIL} galt@soe.ucsc.edu kent@soe.ucsc.edu browser-qa@soe.ucsc.edu
     exit 1
 endif
 
 set wc = `echo "$res" | egrep -v "0 soft errors,  0 hard errors" | wc -w` 
 if ( "$wc" != "0" ) then
     echo "errs found:"