IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27144 for trunk/ippTools


Ignore:
Timestamp:
Mar 2, 2010, 2:24:00 PM (16 years ago)
Author:
bills
Message:

during cleanup only change magicDSRun.state to 'goto_cleaned' if the current state is 'full'

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

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

    r27090 r27144  
    573573    PXOPT_COPY_S64(config->args, where, "-stage_id", "stage_id", "==");
    574574    PXOPT_COPY_STR(config->args, where, "-stage", "stage", "==");
     575    PXOPT_COPY_STR(config->args, where, "-state", "state", "==");
    575576
    576577    if (psListLength(where->list) < 2) {
  • trunk/ippTools/src/magicdstoolConfig.c

    r27082 r27144  
    100100    psMetadataAddS64(updaterunArgs, PS_LIST_TAIL, "-magic_ds_id", 0, "define magictool ID", 0);
    101101    psMetadataAddStr(updaterunArgs, PS_LIST_TAIL, "-stage",     0, "define stage", NULL);
     102    psMetadataAddStr(updaterunArgs, PS_LIST_TAIL, "-state",     0, "define state", NULL);
    102103    psMetadataAddS64(updaterunArgs, PS_LIST_TAIL, "-stage_id", 0, "define stage_id", 0);
    103104    psMetadataAddStr(updaterunArgs, PS_LIST_TAIL, "-label",     0, "define label", NULL);
Note: See TracChangeset for help on using the changeset viewer.