3127589facd0998822593cc31527a70233c67164 lrnassar Wed Jul 14 16:10:04 2021 -0700 Moving all qateam crons to the kent src tree qa utils. They are now all called from the bin. No RM. diff --git src/utils/qa/hubSearchUpdate src/utils/qa/hubSearchUpdate new file mode 100755 index 0000000..0fd5a3c --- /dev/null +++ src/utils/qa/hubSearchUpdate @@ -0,0 +1,11 @@ +# Updates hubSearchText table, run by cron for auto-push +# Created by Dan 4/20/21, deleted and remade 5/18/21 + +#!/bin/sh -e +PATH=/cluster/bin/x86_64:$PATH + +date +cd /hive/groups/browser/hubCrawl +nohup ./doPublicCrawl &> /dev/null #Send stdout & stderr to /dev/null +echo $? >> /hive/groups/browser/hubCrawl/hubSearchText.log #Return exit status of prev command, 0 = no issue +echo "HubSearchText Dev cron-updated on `date`" >> /hive/groups/browser/hubCrawl/hubSearchText.log