Rev 14747 | Rev 17593 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14747 | Rev 14902 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! reactive a freework which is perime |
1 | !! reactive a freework which is perime |
- | 2 | !! change statut from 2 or 3 to 1 |
|
2 | 3 | ||
3 | !! --- testing if freework is perime |
4 | !! --- testing if freework is perime |
4 | !if $activetest!=2 |
5 | !if $activetest!=2 and $activetest!=3 |
5 | error=fwnotperime |
6 | error=fwnotperime |
- | 7 | job=configfw |
|
- | 8 | !changeto $job.proc |
|
- | 9 | !endif |
|
- | 10 | ||
- | 11 | !! --- testing if freework not archivated |
|
- | 12 | test=!fileexists wimshome/log/classes/$wims_class/freeworksdata/$freework/.archivated |
|
- | 13 | !if $test=yes and $type>=2 |
|
- | 14 | error=alreadyarchivated |
|
6 | job=configfw |
15 | job=configfw |
7 | !changeto $job.proc |
16 | !changeto $job.proc |
8 | !endif |
17 | !endif |
9 | 18 | ||
10 | !! testing for enough class capacity |
19 | !! testing for enough class capacity |