Changeset 41581
- Timestamp:
- May 14, 2021, 5:40:39 PM (5 years ago)
- Location:
- tags/ipp-ps1-20210510/ippTools/src
- Files:
-
- 9 edited
-
addtoolConfig.c (modified) (3 diffs)
-
bgtoolConfig.c (modified) (1 diff)
-
camtoolConfig.c (modified) (3 diffs)
-
chiptoolConfig.c (modified) (3 diffs)
-
dqstatstoolConfig.c (modified) (1 diff)
-
faketoolConfig.c (modified) (1 diff)
-
mergetoolConfig.c (modified) (2 diffs)
-
minidvodbtoolConfig.c (modified) (1 diff)
-
warptoolConfig.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-ps1-20210510/ippTools/src/addtoolConfig.c
r41213 r41581 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(); -
tags/ipp-ps1-20210510/ippTools/src/bgtoolConfig.c
r35189 r41581 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 -
tags/ipp-ps1-20210510/ippTools/src/camtoolConfig.c
r41577 r41581 107 107 psMetadataAddStr(pendingimfileArgs, PS_LIST_TAIL, "-class_id", 0, "search by class ID", NULL); 108 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); 109 110 110 111 // XXX is this used? psMetadataAddStr(pendingimfileArgs, PS_LIST_TAIL, "-class", 0, "search by class", NULL); … … 276 277 psMetadataAddBool(pendingcleanuprunArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 277 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); 278 280 279 281 // -pendingcleanupexp … … 285 287 psMetadataAddBool(pendingcleanupexpArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 286 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); 287 290 288 291 // -donecleanup -
tags/ipp-ps1-20210510/ippTools/src/chiptoolConfig.c
r41577 r41581 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 … … 294 296 psMetadataAddBool(pendingcleanuprunArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 295 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); 296 299 297 300 // -pendingcleanupimfile -
tags/ipp-ps1-20210510/ippTools/src/dqstatstoolConfig.c
r27304 r41581 57 57 psMetadataAddBool(pendingbundleArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 58 58 psMetadataAddStr(pendingbundleArgs, PS_LIST_TAIL, "-label", 0, "search by dqstatsRun.label", NULL); 59 psMetadataAddBool(pendingbundleArgs, PS_LIST_TAIL, "-all", 0, "list everything without restriction", false); 59 60 60 61 // -revertrun -
tags/ipp-ps1-20210510/ippTools/src/faketoolConfig.c
r41577 r41581 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 -
tags/ipp-ps1-20210510/ippTools/src/mergetoolConfig.c
r33030 r41581 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); -
tags/ipp-ps1-20210510/ippTools/src/minidvodbtoolConfig.c
r29528 r41581 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); -
tags/ipp-ps1-20210510/ippTools/src/warptoolConfig.c
r41580 r41581 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 … … 285 286 psMetadataAddStr(listrunArgs, PS_LIST_TAIL, "-data_group", PS_META_DUPLICATE_OK, "search by warpRun data_group", NULL); 286 287 psMetadataAddStr(listrunArgs, PS_LIST_TAIL, "-dist_group", PS_META_DUPLICATE_OK, "search by warpRun dist_group", NULL); 288 psMetadataAddBool(listrunArgs, PS_LIST_TAIL, "-all", 0, "allow everything to be queued without search terms", false); 289 287 290 // add magic related arguments 288 291 pxmagicAddArguments(listrunArgs); … … 437 440 psMetadataAddU64(runstateArgs, PS_LIST_TAIL, "-limit", 0, "limit result set to N items", 0); 438 441 psMetadataAddBool(runstateArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 442 psMetadataAddBool(runstateArgs, PS_LIST_TAIL, "-all", 0, "allow everything to be queued without search terms", false); 439 443 440 444 // -setskyfiletoupdate
Note:
See TracChangeset
for help on using the changeset viewer.
