Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
15280 | obado | 1 | #! /bin/sh |
2 | |||
3 | rm -fR $w_wims_home/$w_wims_sesdir/pubprep |
||
4 | mkdir -p $w_wims_home/$w_wims_sesdir/pubprep |
||
5 | cp -pPR $w_devdir/$w_mod $w_wims_home/$w_wims_sesdir/pubprep/$w_mname |
||
6 | cd $w_wims_home/$w_wims_sesdir/pubprep |
||
7 | tar -czf ../module.tgz $w_mname |
||
8 | |||
9 | curl -X POST "$w_centralhost/$w_centralcgi?form-data"\ |
||
10 | -A "WIMS-webget"\ |
||
11 | -F "module=$w_collector" -F "job=submit"\ |
||
12 | -F "author=$w_submitauth" -F "pass=$w_submitpass"\ |
||
13 | -F "mname=$w_mdir/$w_mname" -F "wver=$w_cheatversion"\ |
||
14 | -F "submittype=$w_submittype" -F "istranslate=$w_istranslate"\ |
||
15 | -F "modifiers=$w_modifiers" -F "comment=$w_comment"\ |
||
16 | -F "wims_deposit=@$w_wims_home/$w_wims_sesdir/module.tgz" |