IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24682


Ignore:
Timestamp:
Jul 6, 2009, 12:51:00 PM (17 years ago)
Author:
bills
Message:

don't distribute camRuns until magicked

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/disttool_pendingcomponent.sql

    r24194 r24682  
    139139    AND distRun.stage = 'camera'
    140140    AND distComponent.dist_id IS NULL
    141     AND (distRun.clean OR chipRun.magicked OR distRun.no_magic)
     141    AND (distRun.clean OR (chipRun.magicked AND camRun.magicked) OR distRun.no_magic)
    142142    AND (camRun.state = 'full' OR (distRun.clean AND camRun.state = 'cleaned'))
    143143    -- where hook 4 %s
Note: See TracChangeset for help on using the changeset viewer.