Rev 901 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !if $job2=run |
||
3 | !appendfile wimshome/log/wimslogd.exec cd $wims_home\ |
||
4 | date '+%Y-%m-%d.%H:%M:%S' >tmp/mkindex.log\ |
||
5 | echo "Building module index..." >>tmp/mkindex.log\ |
||
6 | bin/mkindex >>tmp/mkindex.log\ |
||
901 | bpr | 7 | cat tmp/mkindex.log | mail $$w_mail_opt -s "WIMS mkindex output" $wims_site_manager \ |
23 | reyssat | 8 | rm -f tmp/mkindex.log |
9 | atdate=yes |
||
10 | !endif |
||
11 |