IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 13, 2009, 4:32:41 PM (17 years ago)
Author:
bills
Message:

modes to disttool for creating rcDSFileset objects
tweaks to the rcDSFileset and rcDSProduct tables

File:
1 edited

Legend:

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

    r23246 r23842  
    1 SELECT *
    2 FROM    distComponent
     1SELECT
     2    dist_id,
     3    target_id,
     4    stage,
     5    stage_id,
     6    component,
     7    CONCAT_WS('.', outroot, CONVERT(dist_id, CHAR)) as outdir,
     8    bytes,
     9    md5sum,
     10    name,
     11    distComponent.state,
     12    distComponent.fault
     13FROM    distRun
     14JOIN distComponent USING(dist_id)
Note: See TracChangeset for help on using the changeset viewer.