OpenSDE Framework (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

95 lines
2.2 KiB

  1. .\" Title: sde-download
  2. .\" Author:
  3. .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
  4. .\" Date: 11/25/2007
  5. .\" Manual:
  6. .\" Source:
  7. .\"
  8. .TH "SDE\-DOWNLOAD" "1" "11/25/2007" "" ""
  9. .\" disable hyphenation
  10. .nh
  11. .\" disable justification (adjust text to left margin only)
  12. .ad l
  13. .SH "NAME"
  14. sde\-download \- Downloads packages
  15. .SH "SYNOPSIS"
  16. \fIsde download\fR [DISCRIMINATOR] [OPTIONS] [ITEMS]
  17. .sp
  18. .SH "DESCRIPTION"
  19. sde\-download downloads one or more packages indicated or belonging to the specified name (items). Multiple items can be specified.
  20. .sp
  21. .SH "DISCRIMINATORS"
  22. .PP
  23. config, cfg
  24. .RS 4
  25. Downloads all selected packages in the specified config (item).
  26. .RE
  27. .PP
  28. package, pkg
  29. .RS 4
  30. Downloads single packages specified by item.
  31. .RE
  32. .PP
  33. repository, repo
  34. .RS 4
  35. Downloads all packages in the repositories specified by item.
  36. .RE
  37. .SH "OPTIONS"
  38. .PP
  39. \-q, \-\-quiet
  40. .RS 4
  41. Reduces feedback to an absolute minimum. \-v, \-\-verbose: Gives additional feedback.
  42. .RE
  43. .PP
  44. \-n, \-\-dry\-run
  45. .RS 4
  46. No real download is performed but the list of missing files is output.
  47. .RE
  48. .PP
  49. \-\-timeout
  50. .RS 4
  51. Defines how tolerat to download delay are we. The default value is
  52. \fInormal\fR, but you can choose between
  53. \fIno\fR
  54. and
  55. \fIlong\fR
  56. too.
  57. .RE
  58. .PP
  59. \-\-check
  60. .RS 4
  61. Defines when will the tool validate the downloaded file against the checksum in the database. The default value is
  62. \fIalways\fR, but you can choose between
  63. \fIdownload\fR, meaning that it wont validate when using the alternative download location, or
  64. \fInever\fR.
  65. .RE
  66. .PP
  67. \-\-mirror
  68. .RS 4
  69. Defines which mirror to use since now, replacing the value stored on the global config. Alternatively you can use
  70. \fI'none\fR', or auto to detect again the best mirror for your location.
  71. .RE
  72. .PP
  73. \-\-alt\-dir
  74. .RS 4
  75. Defines a local place where look initially for the files, and then includes on the current working tree by the choosen mode. (see \-\-mode)
  76. .RE
  77. .PP
  78. \-m, \-\-mode
  79. .RS 4
  80. Defines what to do when taking a file from
  81. \fI$altdir\fR. By default it makes a
  82. \fIhardlink\fR, but you can also choose
  83. \fIcopy\fR
  84. or
  85. \fImove\fR.
  86. .RE
  87. .PP
  88. \-e, \-\-extenders
  89. .RS 4
  90. When using
  91. \fIpackage\fR
  92. or
  93. \fIrepository\fR
  94. discriminators, download the active extenders considering the specified config id.
  95. .RE