IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41654 for trunk/ippTools/src


Ignore:
Timestamp:
Jun 8, 2021, 3:37:04 PM (5 years ago)
Author:
eugene
Message:

merge changes from tags/ipp-ps1-20210510: fix -all syntax in ippTools

Location:
trunk/ippTools
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools

  • trunk/ippTools/src

  • trunk/ippTools/src/addtoolConfig.c

    r41213 r41654  
    143143    psMetadataAddStr(addprocessedexpArgs, PS_LIST_TAIL, "-multiaddlabel", 0,            "label for multiadd", NULL);
    144144    psMetadataAddStr(addprocessedexpArgs, PS_LIST_TAIL, "-stage", 0,            "select stage", NULL);
     145
    145146    // -processedexp
    146147    psMetadata *processedexpArgs = psMetadataAlloc();
     
    165166    psMetadataAddStr(revertprocessedexpArgs, PS_LIST_TAIL, "-label",    PS_META_DUPLICATE_OK, "search by addRun label", NULL);
    166167    psMetadataAddStr(revertprocessedexpArgs, PS_LIST_TAIL, "-reduction",0,            "search by addRun reduction class", NULL);
    167 
    168168    psMetadataAddBool(revertprocessedexpArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
    169169
     
    250250    psMetadataAddU64(revertminidvodbprocessedArgs, PS_LIST_TAIL, "-minidvodb_id",        0, "search by minidvodb_id", 0);
    251251    psMetadataAddStr(revertminidvodbprocessedArgs, PS_LIST_TAIL, "-minidvodb_group",        0, "search by addRun.minidvodb_group", NULL);
     252    psMetadataAddBool(revertminidvodbprocessedArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
    252253
    253254    psMetadata *updateminidvodbprocessedArgs = psMetadataAlloc();
  • trunk/ippTools/src/bgtoolConfig.c

    r35189 r41654  
    295295    psMetadataAddBool(definewarpArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false);
    296296    psMetadataAddBool(definewarpArgs, PS_LIST_TAIL, "-pretend", 0, "do not actually modify the database", false);
     297    psMetadataAddBool(definewarpArgs, PS_LIST_TAIL, "-all", 0, "allow everything to be queued without search terms", false);
    297298
    298299    // -updatewarp
  • trunk/ippTools/src/camtoolConfig.c

    r41072 r41654  
    9797    psMetadataAddU64(pendingexpArgs, PS_LIST_TAIL, "-limit",             0, "limit result set to N items", 0);
    9898    psMetadataAddBool(pendingexpArgs, PS_LIST_TAIL, "-simple",           0, "use the simple output format", false);
     99    psMetadataAddBool(pendingexpArgs, PS_LIST_TAIL, "-all",               0, "allow everything to be queued without search terms", false);
    99100
    100101    // -pendingimfile
     
    106107    psMetadataAddStr(pendingimfileArgs, PS_LIST_TAIL, "-class_id", 0,            "search by class ID", NULL);
    107108    psMetadataAddBool(pendingimfileArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
     109    psMetadataAddBool(pendingimfileArgs, PS_LIST_TAIL, "-all",     0,            "allow everything to be queued without search terms", false);
    108110
    109111    // XXX is this used? psMetadataAddStr(pendingimfileArgs, PS_LIST_TAIL, "-class",    0,            "search by class", NULL);
     
    275277    psMetadataAddBool(pendingcleanuprunArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
    276278    psMetadataAddU64(pendingcleanuprunArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
     279    psMetadataAddBool(pendingcleanuprunArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
    277280
    278281    // -pendingcleanupexp
     
    284287    psMetadataAddBool(pendingcleanupexpArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
    285288    psMetadataAddU64(pendingcleanupexpArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
     289    psMetadataAddBool(pendingcleanupexpArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
    286290
    287291    // -donecleanup
  • trunk/ippTools/src/chiptoolConfig.c

    r40534 r41654  
    6666    psMetadataAddU64(definebyqueryArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
    6767    psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-random",  0,            "randomly sort the output", false);
     68    psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
    6869
    6970    // -definecopy
     
    8889    psMetadataAddBool(definecopyArgs, PS_LIST_TAIL, "-pretend", 0, "do not actually modify the database", false);
    8990    psMetadataAddBool(definecopyArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false);
     91    psMetadataAddBool(definecopyArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
    9092
    9193    // -updaterun
     
    119121    psMetadataAddU64(pendingimfileArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
    120122    psMetadataAddBool(pendingimfileArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
     123    psMetadataAddBool(pendingimfileArgs, PS_LIST_TAIL, "-all",  0,            "list everything without search terms", false);
    121124
    122125    // -addprocessedimfile
     
    293296    psMetadataAddBool(pendingcleanuprunArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
    294297    psMetadataAddU64(pendingcleanuprunArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
     298    psMetadataAddBool(pendingcleanuprunArgs, PS_LIST_TAIL, "-all",  0,            "list all components regardless of data_state", false);
    295299
    296300    // -pendingcleanupimfile
  • trunk/ippTools/src/difftoolConfig.c

    r40512 r41654  
    9999    psMetadataAddU64(todiffskyfileArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
    100100    psMetadataAddBool(todiffskyfileArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
     101    psMetadataAddBool(todiffskyfileArgs, PS_LIST_TAIL, "-all",  0,             "search without arguments", false);
    101102
    102103    // -adddiffskyfile
  • trunk/ippTools/src/dqstatstoolConfig.c

    r27304 r41654  
    5656  psMetadataAddU64(pendingbundleArgs, PS_LIST_TAIL, "-limit",              0, "limit number of bundles to N", 0);
    5757  psMetadataAddBool(pendingbundleArgs, PS_LIST_TAIL, "-simple",        0, "use the simple output format", false);
     58  psMetadataAddBool(pendingbundleArgs, PS_LIST_TAIL, "-all",           0, "list everything without restriction", false);
    5859  psMetadataAddStr(pendingbundleArgs, PS_LIST_TAIL, "-label",          0, "search by dqstatsRun.label", NULL);
    5960
  • trunk/ippTools/src/faketoolConfig.c

    r27082 r41654  
    163163    psMetadataAddU64(pendingexpArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
    164164    psMetadataAddBool(pendingexpArgs, PS_LIST_TAIL, "-simple", 0,            "use the simple output format", false);
     165    psMetadataAddBool(pendingexpArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
    165166
    166167    // -pendingimfile
     
    174175    psMetadataAddU64(pendingimfileArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
    175176    psMetadataAddBool(pendingimfileArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
     177    psMetadataAddBool(pendingimfileArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
    176178
    177179    // -addprocessedimfile
     
    283285    psMetadataAddBool(pendingcleanuprunArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
    284286    psMetadataAddU64(pendingcleanuprunArgs,  PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
     287    psMetadataAddBool(pendingcleanuprunArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
    285288
    286289    // -pendingcleanupimfile
     
    290293    psMetadataAddBool(pendingcleanupimfileArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
    291294    psMetadataAddU64(pendingcleanupimfileArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
     295    psMetadataAddBool(pendingcleanuprunArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
    292296
    293297    // -donecleanup
  • trunk/ippTools/src/mergetoolConfig.c

    r33030 r41654  
    136136    psMetadataAddStr(revertmergedvodbcopyArgs, PS_LIST_TAIL, "-destination_host",        0, "search by destination_host", NULL);
    137137    psMetadataAddS16(revertmergedvodbcopyArgs, PS_LIST_TAIL, "-fault",        0, "search by mergedvodbCopyfault", 0);
     138    psMetadataAddBool(revertmergedvodbcopyArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
     139
    138140    psMetadata *updatemergedvodbcopyArgs = psMetadataAlloc();
    139141    psMetadataAddU64(updatemergedvodbcopyArgs, PS_LIST_TAIL, "-mergedvodbcopy_id",        0, "search by mergedvodbcopy_id", 0);
     
    143145    psMetadataAddStr(updatemergedvodbcopyArgs, PS_LIST_TAIL, "-mergedvodb_rsync_path",        0, "search by rsync", NULL);
    144146    psMetadataAddS16(updatemergedvodbcopyArgs, PS_LIST_TAIL, "-fault",  0,            "search by fault code", 0);
    145  
     147
    146148
    147149    psMetadataAddS16(updatemergedvodbcopyArgs, PS_LIST_TAIL, "-set_fault",  0,            "set fault code", 0);
  • trunk/ippTools/src/minidvodbtoolConfig.c

    r29528 r41654  
    7575    psMetadataAddStr(revertminidvodbcopyArgs, PS_LIST_TAIL, "-destination_host",        0, "search by destination_host", NULL);
    7676    psMetadataAddS16(revertminidvodbcopyArgs, PS_LIST_TAIL, "-fault",        0, "search by minidvodbCopyfault", 0);
     77    psMetadataAddBool(revertminidvodbcopyArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
     78
    7779    psMetadata *updateminidvodbcopyArgs = psMetadataAlloc();
    7880    psMetadataAddU64(updateminidvodbcopyArgs, PS_LIST_TAIL, "-minidvodbcopy_id",        0, "search by minidvodbcopy_id", 0);
  • trunk/ippTools/src/pubtoolConfig.c

    r31497 r41654  
    8787    psMetadataAddU64(pendingArgs, PS_LIST_TAIL, "-limit",  0, "limit result set", 0);
    8888    psMetadataAddStr(pendingArgs, PS_LIST_TAIL, "-name", 0, "search on client name", NULL);
     89    psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-all",  0,             "search without arguments", false);
    8990
    9091    // -add
  • trunk/ippTools/src/warptoolConfig.c

    r41599 r41654  
    109109    psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
    110110    psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-pretend",  0,            "do not actually modify the database", false);
     111    psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
    111112
    112113    // -definerun
     
    203204    psMetadataAddU64(towarpedArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
    204205    psMetadataAddBool(towarpedArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
     206    psMetadataAddBool(towarpedArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
    205207
    206208    // -addwarped
     
    284286    psMetadataAddStr(listrunArgs, PS_LIST_TAIL,  "-data_group",  PS_META_DUPLICATE_OK, "search by warpRun data_group", NULL);
    285287    psMetadataAddStr(listrunArgs, PS_LIST_TAIL,  "-dist_group",  PS_META_DUPLICATE_OK, "search by warpRun dist_group", NULL);
     288
    286289    // add magic related arguments
    287290    pxmagicAddArguments(listrunArgs);
     
    360363    psMetadataAddBool(pendingcleanuprunArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
    361364    psMetadataAddU64(pendingcleanuprunArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
     365    psMetadataAddBool(pendingcleanuprunArgs, PS_LIST_TAIL, "-all",  0,             "search without arguments", false);
    362366
    363367    // -pendingcleanupskyfile
     
    435439    psMetadataAddU64(runstateArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
    436440    psMetadataAddBool(runstateArgs, PS_LIST_TAIL, "-simple",  0,          "use the simple output format", false);
     441//    psMetadataAddBool(runstateArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
    437442
    438443    // -setskyfiletoupdate
Note: See TracChangeset for help on using the changeset viewer.