Rev 12498 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
15280 | obado | 2 | !read scripts/getindex.proc $mod |
23 | reyssat | 3 | !if $title=$empty and $inddef=$empty |
12498 | bpr | 4 | job=modname |
5 | modreq= |
||
6 | !changeto $job.proc |
||
23 | reyssat | 7 | !endif |
8 | |||
9 | fname=modtool-$mod.tgz |
||
10 | fresult=!sh mkdir -p $wims_home/$wims_sesdir/getfile\ |
||
11 | cd $devdir\ |
||
665 | bpr | 12 | find $mod -name .DS_Store -exec rm \{\} \; \ |
4930 | bpr | 13 | tar -czf $wims_home/$wims_sesdir/getfile/$fname --exclude .svn --exclude .deleted $mod\ |
23 | reyssat | 14 | if [ -f $wims_home/$wims_sesdir/getfile/$fname ]; then\ |
15 | echo $fname\ |
||
16 | fi |
||
11457 | bpr | 17 | !if $wims_exec_error!=$empty |
18 | !!! is the test correct ? using langage |
||
19 | !if File too large isin $wims_exec_error |
||
20 | error=file_too_large |
||
21 | !endif |
||
22 | !endif |