IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32572


Ignore:
Timestamp:
Oct 27, 2011, 11:35:56 AM (15 years ago)
Author:
bills
Message:

in -set*toupdate allow components in state error_cleaned to be set to update

Location:
tags/ipp-20110622/ippTools/share
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20110622/ippTools/share/chiptool_setimfiletoupdate.sql

    r29887 r32572  
    1010WHERE chip_id = %lld
    1111    AND (chipRun.state = 'cleaned' OR chipRun.state = 'update')
    12     AND (chipProcessedImfile.data_state = 'cleaned')
     12    AND (chipProcessedImfile.data_state = 'cleaned' OR chipProcessedImfile.data_state = 'error_cleaned')
    1313    -- don't queue update if the associated magicDSFile exists and isn't cleaned
    1414    AND (chipRun.magicked = 0
  • tags/ipp-20110622/ippTools/share/difftool_setskyfiletoupdate.sql

    r30569 r32572  
    77WHERE diff_id = %lld
    88    AND (diffRun.state = 'cleaned' OR diffRun.state = 'update')
    9     AND (diffSkyfile.data_state = 'cleaned' OR diffSkyfile.data_state = 'update')
     9    AND (diffSkyfile.data_state = 'cleaned' OR diffSkyfile.data_state = 'update'OR diffSkyfile.data_state ='error_cleaned')
  • tags/ipp-20110622/ippTools/share/warptool_setskyfiletoupdate.sql

    r30544 r32572  
    77WHERE warp_id = %lld
    88    AND (warpRun.state = 'cleaned' OR warpRun.state = 'update')
    9     AND (warpSkyfile.data_state = 'cleaned' OR warpSkyfile.data_state = 'update')
     9    AND (warpSkyfile.data_state = 'cleaned' OR warpSkyfile.data_state = 'update'OR warpSkyfile.data_state = 'error_cleaned')
Note: See TracChangeset for help on using the changeset viewer.