IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27471


Ignore:
Timestamp:
Mar 26, 2010, 11:38:10 AM (16 years ago)
Author:
bills
Message:

changes that were made in the ipp user's tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/nightly_stacks.pro

    r27228 r27471  
    1212
    1313macro nightly.stacks.off
     14    ns.initday.off
     15    ns.registration.off
     16    ns.burntool.off
     17    ns.chips.off
     18    ns.stacks.off
     19end
     20
     21macro ns.on
     22    ns.initday.on
     23    ns.registration.on
     24    ns.burntool.on
     25    ns.chips.on
     26    ns.stacks.on
     27end
     28
     29macro ns.off
    1430    ns.initday.off
    1531    ns.registration.off
     
    563579    book setword nsBurntool $date btNCounter $counter_update
    564580#    book setword nsData $options:0 nsState $options:1
    565     book setwork nsData $date nsState $new_state
     581    book setword nsData $date nsState $new_state
    566582
    567583    # Get the current status of this job, and skip if it doesn't need to process.
Note: See TracChangeset for help on using the changeset viewer.