Changeset 19421 for trunk/ippTasks/chip.pro
- Timestamp:
- Sep 8, 2008, 2:09:25 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/chip.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/chip.pro
r19405 r19421 76 76 77 77 task.exec 78 $run = chiptool -pendingimfile -limit 20 78 79 if ($DB:n == 0) 79 80 option DEFAULT 80 command chiptool -pendingimfile -limit 2081 81 else 82 82 # save the DB name for the exit tasks 83 83 option $DB:$chip_DB 84 command chiptool -pendingimfile -limit 20-dbname $DB:$chip_DB84 $run = $run -dbname $DB:$chip_DB 85 85 $chip_DB ++ 86 86 if ($chip_DB >= $DB:n) set chip_DB = 0 87 87 end 88 add_poll_args run 89 command $run 88 90 end 89 91 … … 205 207 206 208 task.exec 209 $run = chiptool -pendingcleanuprun -limit 20 207 210 if ($DB:n == 0) 208 211 option DEFAULT 209 command chiptool -pendingcleanuprun -limit 20210 212 else 211 213 # save the DB name for the exit tasks 212 214 option $DB:$chip_cleanup_DB 213 command chiptool -pendingcleanuprun -limit 20-dbname $DB:$chip_cleanup_DB215 $run = $run -dbname $DB:$chip_cleanup_DB 214 216 $chip_cleanup_DB ++ 215 217 if ($chip_cleanup_DB >= $DB:n) set chip_cleanup_DB = 0 216 218 end 219 add_poll_args run 220 command $run 217 221 end 218 222
Note:
See TracChangeset
for help on using the changeset viewer.
