IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 15, 2009, 4:43:28 PM (17 years ago)
Author:
bills
Message:

don't bundle for destinations, targets or interests that are disabled

File:
1 edited

Legend:

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

    r23861 r24422  
    1616LEFT JOIN rcDSFileset USING(prod_id, dist_id)
    1717WHERE distRun.state = 'full'
     18    AND rcDestination.state = 'enabled'
     19    AND distTarget.state = 'enabled'
     20    AND rcInterest.state = 'enabled'
    1821    AND rcDSFileset.fs_id IS NULL
Note: See TracChangeset for help on using the changeset viewer.