IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2009, 5:51:21 PM (17 years ago)
Author:
bills
Message:

changes to get building of distribution bundles for
diff and stack stages

File:
1 edited

Legend:

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

    r23737 r23742  
    126126UNION
    127127-- diff stage
    128 SELECT DISTINCT
     128SELECT
    129129    distRun.dist_id,
    130130    stage,
    131131    stage_id,
    132132    outroot,
    133     label,
     133    distRun.label,
    134134    clean
    135135    FROM distRun
    136136    JOIN diffSkyfile
    137         ON distRun.dist_id = diffSkyfile.diff_id
     137        ON stage_id = diffSkyfile.diff_id
    138138    LEFT JOIN distComponent
    139139        ON distRun.dist_id = distComponent.dist_id
Note: See TracChangeset for help on using the changeset viewer.