Changes between Version 12 and Version 13 of AlternateDistributionClient
- Timestamp:
- Sep 30, 2009, 3:41:49 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AlternateDistributionClient
v12 v13 52 52 [--statusfile Filename][--failurefile Filename] 53 53 [--pipecrash Filename][--logfile Filename] 54 [--last LastFilesetId] 54 [--last LastFilesetId][--select_fsid Regex] 55 [--select_targetid Regex][--select_stage Regex] 56 [--select_fstag Regex][--select_label Regex] 57 [--select_filter Regex] 55 58 56 59 where: … … 71 74 --last specifies a filesetID at which to stop downloading 72 75 (default None) 76 --select_... options can be used to specify a regular expression 77 to check against the corresponding column of the datastore 78 index. The options correspond to the following columns: 79 80 ..._fsid filesetID 81 ..._targetid target_id 82 ..._stage stage 83 ..._fstag fs_tag 84 ..._label label 85 ..._filter filter 86 87 Any index entry for which a regex is specified must match that 88 regex to be downloaded. 73 89 74 90 NOTE: if you 'kill' this script (with SIGTERM, the default) it will … … 76 92 take a while as the worker threads finish downloading. If you must 77 93 kill it immediately, use 'kill -9'. 78 94 79 95 }}} 80 96
