IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 14, 2009, 3:14:27 PM (17 years ago)
Author:
bills
Message:

add task to build data store filesets for distRuns

File:
1 edited

Legend:

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

    r23842 r23861  
    55    stage_id,
    66    CONCAT_WS('.', distRun.outroot, CONVERT(distRun.dist_id, CHAR)) as dist_dir,
    7     rcDSProduct.*
     7    rcDSProduct.name AS product_name,
     8    rcDSProduct.prod_id,
     9    rcDSProduct.dbname AS ds_dbname,
     10    rcDSProduct.dbhost AS ds_dbhost
    811FROM rcDestination
    912JOIN rcInterest USING(dest_id)
Note: See TracChangeset for help on using the changeset viewer.