IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 11, 2010, 4:07:39 PM (16 years ago)
Author:
bills
Message:

only force $need_magic if $imagedb eq "gpc1"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstampparse.pl

    r27914 r27922  
    873873
    874874    # XXX: The update process for warp and subsequent stages requires
    875     # destreaking to run otherwise things don't get output by the -pending
    876     # queries.
    877     $need_magic = 1;
     875    # destreaking to run because the -pending queries require it when magicked > 0
     876    # queries.
     877    # The case of stack-stack diffs is taken care of in pstamp_checkdependent
     878    $need_magic = 1 if $imagedb eq 'gpc1';
    878879
    879880    if (($state ne 'cleaned') and ($state ne 'update') and ($state ne 'goto_cleaned')) {
Note: See TracChangeset for help on using the changeset viewer.