IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 17, 2009, 11:53:08 AM (16 years ago)
Author:
bills
Message:

put data_group into fileset listing instead of dist_group for more specificity

File:
1 edited

Legend:

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

    r26092 r26170  
    55    distRun.outdir as dist_dir,
    66    stage_id,
    7     distTarget.dist_group,
     7    -- we need to get data_group here but we don't have
     8    -- the right tables joined. Perhaps we need to add that column to distRun
     9    distRun.label as data_group,
    810    distTarget.filter,
    911    rcDestination.name AS product_name,
Note: See TracChangeset for help on using the changeset viewer.