IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 24, 2010, 5:10:55 PM (16 years ago)
Author:
Paul Price
Message:

Allowing revert to have multiple labels provided, for use in an automatic manner within pantasks.

File:
1 edited

Legend:

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

    r27028 r27071  
    157157    // optional
    158158    PXOPT_COPY_S64(config->args, where, "-client_id", "client_id", "==");
    159     pxAddLabelSearchArgs (config, where, "-label", "label", "=="); // define using newExp label
     159    pxAddLabelSearchArgs(config, where, "-label", "label", "=="); // define using newExp label
    160160
    161161    psString query = pxDataGet("pubtool_definerun.sql"); // Query to run
     
    355355    PXOPT_COPY_STR(config->args, where, "-client_id", "publishClient.client_id", "==");
    356356    PXOPT_COPY_STR(config->args, where, "-comment", "publishClient.comment", "LIKE");
    357     PXOPT_COPY_STR(config->args, where, "-label", "publishRun.label", "==");
     357    pxAddLabelSearchArgs(config, where, "-label", "publishRun.label", "==");
    358358
    359359    psString query = pxDataGet("pubtool_revert.sql");
Note: See TracChangeset for help on using the changeset viewer.