IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36431 for trunk/ippTools/src


Ignore:
Timestamp:
Jan 8, 2014, 12:21:52 PM (12 years ago)
Author:
bills
Message:

order results of chiptool -pendingcleanuprun by Label.priority.

File:
1 edited

Legend:

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

    r35789 r36431  
    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"
Note: See TracChangeset for help on using the changeset viewer.