Changeset 27213
- Timestamp:
- Mar 5, 2010, 2:12:03 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/nightly_stacks.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/nightly_stacks.pro
r27209 r27213 549 549 $new_state = "BURNING" 550 550 end 551 if ($btNcounter >=$btN)551 if ($btNcounter + 1 > $btN) 552 552 $new_state = "BURNING" 553 $btNcounter = 0 553 end 554 if ($btNcounter > $btN) 555 $btNcounter = 0 554 556 end 555 557 if ($VERBOSE > 5) … … 560 562 $counter_update = $btNcounter + 1 561 563 book setword nsBurntool $date btNCounter $counter_update 564 book setword nsData $options:0 nsState $options:1 562 565 563 566 # Get the current status of this job, and skip if it doesn't need to process. … … 602 605 # convert 'stdout' to book format 603 606 # Set data state based on if we're queueing or waiting 604 book setword nsData $options:0 nsState $options:1605 607 # Set the job state for success. 606 608 book setword nsBurntool $options:0 $options:2 FINISHED
Note:
See TracChangeset
for help on using the changeset viewer.
