IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36502 for tags/ipp-20130712


Ignore:
Timestamp:
Feb 10, 2014, 5:31:52 PM (12 years ago)
Author:
watersc1
Message:

Merge of crashed page removal and copy.reset changes.

Location:
tags/ipp-20130712/ippTasks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20130712/ippTasks/pantasks.pro

    r34176 r36502  
    490490    book delpage $1 -key pantaskState UNKNOWN_ERR
    491491    book delpage $1 -key pantaskState CRASH_ERR
     492    book delpage $1 -key pantaskState CRASH
     493    book delpage $1 -key pantaskState TIMEOUT
    492494  end
    493495end
  • tags/ipp-20130712/ippTasks/summit.copy.pro

    r35210 r36502  
    3434macro copy.status
    3535    book listbook pzPendingImfile
     36end
     37
     38macro copy.reset
     39    book init pzPendingExp
     40    book init pzPendingImfile
     41    book init pzPendingAdvance
     42end
     43
     44# aliases because copy.* isn't intuitive
     45macro pztool.reset
     46    copy.reset
     47end
     48
     49macro summitcopy.reset
     50    summitcopy.reset
    3651end
    3752
Note: See TracChangeset for help on using the changeset viewer.