IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26985


Ignore:
Timestamp:
Feb 18, 2010, 11:38:41 AM (16 years ago)
Author:
heather
Message:

fixed it so the reverts won't be active by default

Location:
trunk/ippTasks
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/diff.pro

    r26961 r26985  
    1515$diffSkycell_DB = 0
    1616$diffAdvance_DB = 0
     17$diff_revert_DB = 0
    1718#$diffCleanup_DB = 0
    1819
     
    9596### Tasks are loaded into diffSkyfile.
    9697
    97 $diff_revert_DB = 0
    9898
    9999task           diff.skycell.load
     
    409409  periods      -timeout 120.0
    410410  npending     1
     411  active false
    411412
    412413  stdout NULL
  • trunk/ippTasks/dist.pro

    r26979 r26985  
    424424  periods      -timeout 120.0
    425425  npending     1
    426 
    427   stdout $LOGDIR/revert.log
     426  active false
     427 
     428  stdout NULL
    428429  stderr $LOGDIR/revert.log
    429430
  • trunk/ippTasks/stack.pro

    r26961 r26985  
    1414### Database lists
    1515$stackSkycell_DB = 0
     16$stack_revert_DB = 0
    1617#$stackCleanup_DB = 0
    1718
     
    8889# end
    8990
    90 $stack_revert_DB = 0
     91
    9192### Load tasks for doing the stack
    9293### Tasks are loaded into stackSumSkyfile.
     
    349350  periods      -timeout 120.0
    350351  npending     1
    351 
     352  active false
     353 
    352354  stdout NULL
    353355  stderr $LOGDIR/revert.log
Note: See TracChangeset for help on using the changeset viewer.