IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 17, 2010, 10:41:42 AM (16 years ago)
Author:
bills
Message:

allow -job_id and -req_id as parameters to -pendingdependent (for debugging)

File:
1 edited

Legend:

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

    r28712 r28937  
    12201220    PXOPT_COPY_S64(config->args, where, "-stage_id", "stage_id", "==");
    12211221    PXOPT_COPY_S64(config->args, where, "-dep_id", "dep_id", "==");
     1222    PXOPT_COPY_S64(config->args, where, "-job_id", "job_id", "==");
     1223    PXOPT_COPY_S64(config->args, where, "-req_id", "req_id", "==");
    12221224    PXOPT_COPY_STR(config->args, where, "-rlabel", "rlabel", "==");
    12231225    pxAddLabelSearchArgs(config, where, "-label", "pstampRequest.label", "==");
Note: See TracChangeset for help on using the changeset viewer.