X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=bin%2Firspy-update.sh;h=5113d5028abfbbc0f241642315afb28e1307d318;hp=58e401da27052a89e2b92cfc6e0dc2d7e6ee41e8;hb=880ae8daf21f1a24fba8179f69d207404718f815;hpb=2207b30233400c421d82bf4f09dbbc59bfaf4623;ds=sidebyside diff --git a/bin/irspy-update.sh b/bin/irspy-update.sh index 58e401d..5113d50 100755 --- a/bin/irspy-update.sh +++ b/bin/irspy-update.sh @@ -24,7 +24,7 @@ weekday=`date '+%w'` for i in 0 1 2 3 4 5 6 do logfile=$logdir/irspy-mod-$i.log.$weekday - YAZ_LOG=irspy,irspy_test,irspy_task nice -10 time perl -I../lib irspy.pl -n 50 -d -M 3500 -a -t $irspy_test -m 7,$i localhost:8018/IR-Explain---1 > $logfile 2>&1 + YAZ_LOG=irspy,irspy_test,irspy_task nice -10 time perl -I../lib irspy.pl -n 50 -d -M 3500 -f'cql.allRecords=1 not zeerex.disabled = 1' -t $irspy_test -m 7,$i localhost:8018/IR-Explain---1 > $logfile 2>&1 sleep 1 # catch ctr-c before compressing the log gzip -f $logfile