X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=bin%2Firspy-update.sh;h=5de406d5b161c387400b3cd0c34719e8b9fb53f6;hp=a29d16757a4a5139cdecbd2cbc97b69b2c8f69a1;hb=e6d82246c121fb15021d5742f37680466723f601;hpb=328dfd27622bdf5d73a0748da8351e2ab21833fe diff --git a/bin/irspy-update.sh b/bin/irspy-update.sh index a29d167..5de406d 100755 --- a/bin/irspy-update.sh +++ b/bin/irspy-update.sh @@ -9,6 +9,8 @@ home=/usr/local/src/git cd $home/irspy/bin || exit 2 logdir=../tmp lockfile=../tmp/irspy-update.lock +#test=Quick +test=Main if [ -f $lockfile ]; then pid=`cat $lockfile` @@ -19,10 +21,11 @@ if [ -f $lockfile ]; then fi echo $$ > $lockfile || exit 2 +weekday=`date '+%w'` for i in 0 1 2 3 4 5 6 do - logfile=$logdir/irspy-mod-$i.log.`date '+%w'` - YAZ_LOG=irspy,irspy_test nice -10 time perl -I../lib irspy.pl -n 50 -d -M 3500 -a -t Main -m 7,$i localhost:8018/IR-Explain---1 > $logfile 2>&1 + 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 $test -m 7,$i localhost:8018/IR-Explain---1 > $logfile 2>&1 gzip -f $logfile done