- Timestamp:
- Mar 22, 2010, 3:23:14 PM (16 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 2 edited
-
destreak.pro (modified) (4 diffs)
-
dist.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/destreak.pro
r27301 r27394 127 127 128 128 task.exec 129 $run = magicdstool -todestreak - limit 25 -stage $DS_STAGE:$magicDSStage129 $run = magicdstool -todestreak -stage $DS_STAGE:$magicDSStage 130 130 $magicDSStage ++ 131 131 if ($magicDSStage >= $DS_STAGE:n) set magicDSStage = 0 … … 144 144 end 145 145 end 146 #add_poll_args run146 add_poll_args run 147 147 add_poll_labels run 148 148 command $run … … 473 473 474 474 task.exec 475 $run = magicdstool - limit 25 -completedrevert475 $run = magicdstool -completedrevert 476 476 if ($DB:n == 0) 477 477 option DEFAULT … … 485 485 if ($magicDSCompletedRevert_DB >= $DB:n) set magicDSCompletedRevert_DB = 0 486 486 end 487 #add_poll_args run487 add_poll_args run 488 488 add_poll_labels run 489 489 command $run -
trunk/ippTasks/dist.pro
r27055 r27394 159 159 # stderr $LOGSUBDIR/dist.process.load.log 160 160 161 $run = disttool - limit 25 -pendingcomponent -stage $DIST_STAGE:$currentStage161 $run = disttool -pendingcomponent -stage $DIST_STAGE:$currentStage 162 162 $currentStage ++ 163 163 if ($currentStage >= $DIST_STAGE:n) set currentStage = 0 … … 177 177 end 178 178 end 179 #add_poll_args run179 add_poll_args run 180 180 add_poll_labels run 181 181 command $run
Note:
See TracChangeset
for help on using the changeset viewer.
