IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 9, 2009, 1:56:50 PM (17 years ago)
Author:
bills
Message:

change disttool -pendingcomponent to output "$outroot.$dist_id" as outdir to help make it unique
allow 'clean' raw stage distributions. (Database information only.) This is required to
support mirrors with chip stage and beyond images but not raw data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/disttool.c

    r23765 r23777  
    564564    // will get blocked by pending earlier stages
    565565    psString    raw_where = "";
     566    psString    raw_clean_where = "";
    566567    psString    chip_where = "";
    567568    psString    camera_where = "";
     
    574575            query,
    575576            raw_where,
     577            raw_clean_where,
    576578            chip_where,
    577579            camera_where,
Note: See TracChangeset for help on using the changeset viewer.