X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bin%2Firspy-update.sh;h=1df2b09f7fd320bb1c714c65e27cdd3e02b539c7;hb=bc925fc4177c75328c1e844ebb594b16f1dcef48;hp=7088875cb8c3cfc5e7910308f83e104532bbba66;hpb=2c6c9e24df4c52bb11151d2740489731eb34ab87;p=irspy-moved-to-github.git diff --git a/bin/irspy-update.sh b/bin/irspy-update.sh index 7088875..1df2b09 100755 --- a/bin/irspy-update.sh +++ b/bin/irspy-update.sh @@ -8,7 +8,7 @@ # for a fast update, run this: # $ env irspy_test=Quick ./irspy-update.sh -home=/usr/local/src/git +home=/home/indexdata cd $home/irspy/bin || exit 2 logdir=../log lockfile=$logdir/irspy-update.lock @@ -32,7 +32,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 -f'cql.allRecords=1 not zeerex.disabled = 1' -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 -r ../etc/dallas.rules -m 7,$i localhost:8018/IR-Explain---1 > $logfile 2>&1 sleep 1 # catch ctr-c before compressing the log gzip -f $logfile