IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 14, 2014, 1:05:35 PM (13 years ago)
Author:
bills
Message:

updates from the trunk

Location:
branches/bills_branches/bills_201312/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/bills_branches/bills_201312/ippTools/src/chiptool.c

    r35789 r36437  
    12551255
    12561256    psMetadata *where = psMetadataAlloc();
    1257     pxAddLabelSearchArgs (config, where, "-label", "label", "==");
     1257    pxAddLabelSearchArgs (config, where, "-label", "chipRun.label", "==");
    12581258
    12591259    psString query = pxDataGet("chiptool_pendingcleanuprun.sql");
     
    12691269    }
    12701270    psFree(where);
     1271
     1272    psStringAppend(&query, "\nORDER BY priority DESC, chip_id");
    12711273
    12721274    // treat limit == 0 as "no limit"
  • branches/bills_branches/bills_201312/ippTools/src/regtool.c

    r34081 r36437  
    310310}
    311311
     312
     313// CZW: 2013-12-11 A bad exposure caused this code to fail to return any rows.
     314//      I don't clearly see any logic flaws, and so I fixed the issue by
     315//      retricting dateobs_begin to exclude this exposure.  Problem for
     316//      another day.
    312317static bool pendingburntoolimfileMode(pxConfig *config)
    313318{
Note: See TracChangeset for help on using the changeset viewer.