IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30122 for trunk/ippTasks


Ignore:
Timestamp:
Dec 20, 2010, 6:00:33 PM (16 years ago)
Author:
watersc1
Message:

disabling stacks.confirm, since it doesn't do anything at the moment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/nightly_science.pro

    r30111 r30122  
    5353  end
    5454  task ns.stacks.confirm
    55     active true
     55    active false
    5656  end
    5757end
    … …  
    105105  end
    106106end
     107
     108macro ns.stacks.confirm.on
     109  task ns.stacks.confirm
     110    active true
     111  end
     112end
     113
     114macro ns.stacks.confirm.off
     115  task ns.stacks.confirm
     116    active false
     117  end
     118end
     119
    107120
    108121$ns_stackPAGE = 0
    … …  
    402415#
    403416task              ns.stacks.confirm
     417  active          false
    404418  host            local
    405419  periods         -poll $LOADPOLL
Note: See TracChangeset for help on using the changeset viewer.