IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 26, 2010, 3:51:19 PM (16 years ago)
Author:
bills
Message:

in disttool -updatrun make label a LIKE comparison

File:
1 edited

Legend:

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

    r28959 r29067  
    519519    PXOPT_COPY_STR(config->args, where, "-stage", "stage", "==");;
    520520    PXOPT_COPY_STR(config->args, where, "-state", "distRun.state", "==");
    521     PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
     521    PXOPT_COPY_STR(config->args, where, "-label", "label", "LIKE");
    522522    PXOPT_COPY_STR(config->args, where, "-data_group", "distRun.data_group", "LIKE");
    523523    PXOPT_COPY_STR(config->args, where, "-dist_group", "distTarget.dist_group", "==");
Note: See TracChangeset for help on using the changeset viewer.