IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31485


Ignore:
Timestamp:
May 6, 2011, 6:10:11 PM (15 years ago)
Author:
watersc1
Message:

Merge from the tag, because I editted the wrong copy. Fix bug when a job fails and doesn't clean the page correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/lap.pro

    r31480 r31485  
    2727end
    2828
     29macro lap.clear.books
     30    book init lapNewRuns
     31    book init lapRunRuns
     32    book init lapFullRuns
     33    book init lapDoneRuns
     34end
     35
    2936macro lap.on
    3037    task lap.initial.load
     
    214221
    215222    option $LAP_ID
     223    book delpage lapNewRuns $LAP_ID
    216224
    217225    $run = lap_science.pl --chip_mode --dbname $DBNAME --lap_id $LAP_ID
     
    223231  # success
    224232  task.exit  0
    225      book delpage lapNewRuns $options:0
    226233#    ipptool2book stdout lapNewRuns -uniq -key lap_id
    227234
     
    335342
    336343    option $LAP_ID
     344    book delpage lapRunRuns $LAP_ID
     345
    337346    $run = lap_science.pl --monitor_mode --dbname $DBNAME --lap_id $LAP_ID
    338347
     
    343352  # success
    344353  task.exit  0
    345     book delpage lapRunRuns $options:0
    346354#    ipptool2book stdout lapRunRuns -uniq -key lap_id
    347355
     
    449457    book getword lapDoneRuns $lapDonePageName dbname -var DBNAME
    450458
     459    book delpage lapDoneRuns $LAP_ID
     460
    451461    $run = lap_science.pl --cleanup_mode --dbname $DBNAME --lap_id $LAP_ID
    452462
Note: See TracChangeset for help on using the changeset viewer.