Changeset 41654 for trunk/ippTools/src
- Timestamp:
- Jun 8, 2021, 3:37:04 PM (5 years ago)
- Location:
- trunk/ippTools
- Files:
-
- 13 edited
-
. (modified) (1 prop)
-
src (modified) (1 prop)
-
src/addtoolConfig.c (modified) (3 diffs)
-
src/bgtoolConfig.c (modified) (1 diff)
-
src/camtoolConfig.c (modified) (4 diffs)
-
src/chiptoolConfig.c (modified) (4 diffs)
-
src/difftoolConfig.c (modified) (1 diff)
-
src/dqstatstoolConfig.c (modified) (1 diff)
-
src/faketoolConfig.c (modified) (4 diffs)
-
src/mergetoolConfig.c (modified) (2 diffs)
-
src/minidvodbtoolConfig.c (modified) (1 diff)
-
src/pubtoolConfig.c (modified) (1 diff)
-
src/warptoolConfig.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools
- Property svn:mergeinfo changed
/tags/ipp-ps1-20210510/ippTools (added) merged: 41577,41580-41581,41597,41600,41621,41628
- Property svn:mergeinfo changed
-
trunk/ippTools/src
- Property svn:mergeinfo changed
/tags/ipp-ps1-20210510/ippTools/src (added) merged: 41577,41580-41581,41597,41600,41621,41628
- Property svn:mergeinfo changed
-
trunk/ippTools/src/addtoolConfig.c
r41213 r41654 143 143 psMetadataAddStr(addprocessedexpArgs, PS_LIST_TAIL, "-multiaddlabel", 0, "label for multiadd", NULL); 144 144 psMetadataAddStr(addprocessedexpArgs, PS_LIST_TAIL, "-stage", 0, "select stage", NULL); 145 145 146 // -processedexp 146 147 psMetadata *processedexpArgs = psMetadataAlloc(); … … 165 166 psMetadataAddStr(revertprocessedexpArgs, PS_LIST_TAIL, "-label", PS_META_DUPLICATE_OK, "search by addRun label", NULL); 166 167 psMetadataAddStr(revertprocessedexpArgs, PS_LIST_TAIL, "-reduction",0, "search by addRun reduction class", NULL); 167 168 168 psMetadataAddBool(revertprocessedexpArgs, PS_LIST_TAIL, "-all", 0, "allow everything to be queued without search terms", false); 169 169 … … 250 250 psMetadataAddU64(revertminidvodbprocessedArgs, PS_LIST_TAIL, "-minidvodb_id", 0, "search by minidvodb_id", 0); 251 251 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); 252 253 253 254 psMetadata *updateminidvodbprocessedArgs = psMetadataAlloc(); -
trunk/ippTools/src/bgtoolConfig.c
r35189 r41654 295 295 psMetadataAddBool(definewarpArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 296 296 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); 297 298 298 299 // -updatewarp -
trunk/ippTools/src/camtoolConfig.c
r41072 r41654 97 97 psMetadataAddU64(pendingexpArgs, PS_LIST_TAIL, "-limit", 0, "limit result set to N items", 0); 98 98 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); 99 100 100 101 // -pendingimfile … … 106 107 psMetadataAddStr(pendingimfileArgs, PS_LIST_TAIL, "-class_id", 0, "search by class ID", NULL); 107 108 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); 108 110 109 111 // XXX is this used? psMetadataAddStr(pendingimfileArgs, PS_LIST_TAIL, "-class", 0, "search by class", NULL); … … 275 277 psMetadataAddBool(pendingcleanuprunArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 276 278 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); 277 280 278 281 // -pendingcleanupexp … … 284 287 psMetadataAddBool(pendingcleanupexpArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 285 288 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); 286 290 287 291 // -donecleanup -
trunk/ippTools/src/chiptoolConfig.c
r40534 r41654 66 66 psMetadataAddU64(definebyqueryArgs, PS_LIST_TAIL, "-limit", 0, "limit result set to N items", 0); 67 67 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); 68 69 69 70 // -definecopy … … 88 89 psMetadataAddBool(definecopyArgs, PS_LIST_TAIL, "-pretend", 0, "do not actually modify the database", false); 89 90 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); 90 92 91 93 // -updaterun … … 119 121 psMetadataAddU64(pendingimfileArgs, PS_LIST_TAIL, "-limit", 0, "limit result set to N items", 0); 120 122 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); 121 124 122 125 // -addprocessedimfile … … 293 296 psMetadataAddBool(pendingcleanuprunArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 294 297 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); 295 299 296 300 // -pendingcleanupimfile -
trunk/ippTools/src/difftoolConfig.c
r40512 r41654 99 99 psMetadataAddU64(todiffskyfileArgs, PS_LIST_TAIL, "-limit", 0, "limit result set to N items", 0); 100 100 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); 101 102 102 103 // -adddiffskyfile -
trunk/ippTools/src/dqstatstoolConfig.c
r27304 r41654 56 56 psMetadataAddU64(pendingbundleArgs, PS_LIST_TAIL, "-limit", 0, "limit number of bundles to N", 0); 57 57 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); 58 59 psMetadataAddStr(pendingbundleArgs, PS_LIST_TAIL, "-label", 0, "search by dqstatsRun.label", NULL); 59 60 -
trunk/ippTools/src/faketoolConfig.c
r27082 r41654 163 163 psMetadataAddU64(pendingexpArgs, PS_LIST_TAIL, "-limit", 0, "limit result set to N items", 0); 164 164 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); 165 166 166 167 // -pendingimfile … … 174 175 psMetadataAddU64(pendingimfileArgs, PS_LIST_TAIL, "-limit", 0, "limit result set to N items", 0); 175 176 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); 176 178 177 179 // -addprocessedimfile … … 283 285 psMetadataAddBool(pendingcleanuprunArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 284 286 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); 285 288 286 289 // -pendingcleanupimfile … … 290 293 psMetadataAddBool(pendingcleanupimfileArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 291 294 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); 292 296 293 297 // -donecleanup -
trunk/ippTools/src/mergetoolConfig.c
r33030 r41654 136 136 psMetadataAddStr(revertmergedvodbcopyArgs, PS_LIST_TAIL, "-destination_host", 0, "search by destination_host", NULL); 137 137 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 138 140 psMetadata *updatemergedvodbcopyArgs = psMetadataAlloc(); 139 141 psMetadataAddU64(updatemergedvodbcopyArgs, PS_LIST_TAIL, "-mergedvodbcopy_id", 0, "search by mergedvodbcopy_id", 0); … … 143 145 psMetadataAddStr(updatemergedvodbcopyArgs, PS_LIST_TAIL, "-mergedvodb_rsync_path", 0, "search by rsync", NULL); 144 146 psMetadataAddS16(updatemergedvodbcopyArgs, PS_LIST_TAIL, "-fault", 0, "search by fault code", 0); 145 147 146 148 147 149 psMetadataAddS16(updatemergedvodbcopyArgs, PS_LIST_TAIL, "-set_fault", 0, "set fault code", 0); -
trunk/ippTools/src/minidvodbtoolConfig.c
r29528 r41654 75 75 psMetadataAddStr(revertminidvodbcopyArgs, PS_LIST_TAIL, "-destination_host", 0, "search by destination_host", NULL); 76 76 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 77 79 psMetadata *updateminidvodbcopyArgs = psMetadataAlloc(); 78 80 psMetadataAddU64(updateminidvodbcopyArgs, PS_LIST_TAIL, "-minidvodbcopy_id", 0, "search by minidvodbcopy_id", 0); -
trunk/ippTools/src/pubtoolConfig.c
r31497 r41654 87 87 psMetadataAddU64(pendingArgs, PS_LIST_TAIL, "-limit", 0, "limit result set", 0); 88 88 psMetadataAddStr(pendingArgs, PS_LIST_TAIL, "-name", 0, "search on client name", NULL); 89 psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-all", 0, "search without arguments", false); 89 90 90 91 // -add -
trunk/ippTools/src/warptoolConfig.c
r41599 r41654 109 109 psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 110 110 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); 111 112 112 113 // -definerun … … 203 204 psMetadataAddU64(towarpedArgs, PS_LIST_TAIL, "-limit", 0, "limit result set to N items", 0); 204 205 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); 205 207 206 208 // -addwarped … … 284 286 psMetadataAddStr(listrunArgs, PS_LIST_TAIL, "-data_group", PS_META_DUPLICATE_OK, "search by warpRun data_group", NULL); 285 287 psMetadataAddStr(listrunArgs, PS_LIST_TAIL, "-dist_group", PS_META_DUPLICATE_OK, "search by warpRun dist_group", NULL); 288 286 289 // add magic related arguments 287 290 pxmagicAddArguments(listrunArgs); … … 360 363 psMetadataAddBool(pendingcleanuprunArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 361 364 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); 362 366 363 367 // -pendingcleanupskyfile … … 435 439 psMetadataAddU64(runstateArgs, PS_LIST_TAIL, "-limit", 0, "limit result set to N items", 0); 436 440 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); 437 442 438 443 // -setskyfiletoupdate
Note:
See TracChangeset
for help on using the changeset viewer.
