IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2009, 10:22:33 AM (17 years ago)
Author:
bills
Message:

In distribution server merge rcDSProduct into rcDestination. It was illogical for
a product to be shared by multiple destinations.
In defineinterest define by query to allow destination names and target parameters
to be used. Much more administrator friendly.
Add a label to pstampRequest. Not used yet.
Split reverting of faults in distRuns from faults building components.

File:
1 edited

Legend:

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

    r25461 r25493  
    228228    PXOPT_LOOKUP_STR(uri,         config->args, "-uri",   true, false);
    229229    PXOPT_LOOKUP_STR(name,        config->args, "-name",  false, false);
     230    PXOPT_LOOKUP_STR(label,       config->args, "-label",  false, false);
    230231    PXOPT_LOOKUP_S64(ds_id,       config->args, "-ds_id", false, false);
    231232
     
    236237        name,
    237238        NULL,   // reqType
     239        label,
    238240        NULL,   // outProduct
    239241        uri,   
Note: See TracChangeset for help on using the changeset viewer.