IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18943


Ignore:
Timestamp:
Aug 6, 2008, 10:51:40 AM (18 years ago)
Author:
eugene
Message:

adding cleanup steps

Location:
branches/eam_branch_20080719/ippTools
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080719/ippTools/src/dettoolConfig.c

    r18561 r18943  
    265265    psMetadataAddBool(processedimfileArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
    266266
     267    // -pendingcleanup_processedimfile
     268    psMetadata *pendingcleanup_processedimfileArgs = psMetadataAlloc();
     269    psMetadataAddBool(pendingcleanup_processedimfileArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
     270    psMetadataAddU64(pendingcleanup_processedimfileArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
     271
     272    // -donecleanup_processedimfile
     273    psMetadata *donecleanupArgs = psMetadataAlloc();
     274    psMetadataAddBool(donecleanupArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
     275    psMetadataAddU64(donecleanupArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
     276
    267277    // XXX these don't seem to be used anymore
    268278    // psMetadataAddBool(processedimfileArgs, PS_LIST_TAIL, "-chip",  0,            "restrict results to completed 'chip' sets", false);
Note: See TracChangeset for help on using the changeset viewer.