Changeset 31487
- Timestamp:
- May 6, 2011, 6:14:16 PM (15 years ago)
- File:
-
- 1 edited
-
tags/ipp-20110505/ippTasks/lap.pro (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110505/ippTasks/lap.pro
r31484 r31487 170 170 # success 171 171 task.exit 0 172 # book delpage lapNewRuns $options:0173 172 ipptool2book stdout lapNewRuns -uniq -key lap_id -setword dbname $options:0 -setword pantaskState INIT 174 173 … … 222 221 option $LAP_ID 223 222 book delpage lapNewRuns $LAP_ID 223 224 224 $run = lap_science.pl --chip_mode --dbname $DBNAME --lap_id $LAP_ID 225 225 … … 230 230 # success 231 231 task.exit 0 232 233 # ipptool2book stdout lapNewRuns -uniq -key lap_id234 235 232 if ($VERBOSE > 2) 236 233 book listbook lapNewRuns … … 284 281 285 282 add_poll_labels run 286 # echo $run 287 command $run 288 end 289 # success 290 task.exit 0 291 # book delpage lapRunRuns $options:0 283 command $run 284 end 285 # success 286 task.exit 0 292 287 ipptool2book stdout lapRunRuns -uniq -key lap_id -setword dbname $options:0 -setword pantaskState INIT 293 288 … … 324 319 book npages lapRunRuns -var N 325 320 326 # echo $N $NETWORK327 321 if ($N == 0) break 328 322 if ($NETWORK == 0) break … … 334 328 if ($lap_RunPage >= $N) set lap_RunPage = 0 335 329 336 # echo $lapRunPageName337 330 if ("$lapRunPageName" == "NULL") break 338 331 … … 343 336 option $LAP_ID 344 337 book delpage lapRunRuns $LAP_ID 338 345 339 $run = lap_science.pl --monitor_mode --dbname $DBNAME --lap_id $LAP_ID 346 340 … … 351 345 # success 352 346 task.exit 0 353 # ipptool2book stdout lapRunRuns -uniq -key lap_id354 355 347 if ($VERBOSE > 2) 356 348 book listbook lapRunRuns … … 456 448 book getword lapDoneRuns $lapDonePageName dbname -var DBNAME 457 449 458 book delpage lapDoneRuns $ options:0450 book delpage lapDoneRuns $LAP_ID 459 451 460 452 $run = lap_science.pl --cleanup_mode --dbname $DBNAME --lap_id $LAP_ID … … 466 458 # success 467 459 task.exit 0 468 # ipptool2book stdout lapDoneRuns -uniq -key lap_id469 460 470 461 if ($VERBOSE > 2)
Note:
See TracChangeset
for help on using the changeset viewer.
