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.

104 lines
2.2 KiB

  1. .\" Title: sde-download
  2. .\" Author:
  3. .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
  4. .\" Date: 07/28/2007
  5. .\" Manual:
  6. .\" Source:
  7. .\"
  8. .TH "SDE\-DOWNLOAD" "1" "07/28/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 stuff
  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 packages in the config specified by item.
  26. .RE
  27. .PP
  28. package, pkg
  29. .RS 4
  30. Downloads the packages specified by item. (this is the default if none is given)
  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. Gives minimal feedback.
  42. .RE
  43. .PP
  44. \-v, \-\-verbose
  45. .RS 4
  46. Gives extra feedback.
  47. .RE
  48. .PP
  49. \-n, \-\-dry\-run
  50. .RS 4
  51. No real download is performed but the list of missing files is output.
  52. .RE
  53. .PP
  54. \-c, \-\-cfg
  55. .RS 4
  56. Specify a config to restrict
  57. \fIpackage\fR
  58. and
  59. \fIrepository\fR
  60. discriminators.
  61. .RE
  62. .PP
  63. \-\-timeout
  64. .RS 4
  65. Defines how tolerat to download delay are we. The default value is
  66. \fInormal\fR, but you can choose between
  67. \fIno\fR
  68. and
  69. \fIlong\fR
  70. too.
  71. .RE
  72. .PP
  73. \-\-check
  74. .RS 4
  75. Defines when will the tool validate the downloaded file against the checksum in the database. The default value is
  76. \fIalways\fR, but you can choose between
  77. \fIdownload\fR, meaning that it wont validate when using the alternative download location, or
  78. \fInever\fR.
  79. .RE
  80. .PP
  81. \-\-mirror
  82. .RS 4
  83. Defines which mirror to use since now, replacing the value stored on the global config. Alternatively you can use
  84. \fI'none\fR', or auto to detect again the best mirror for your location.
  85. .RE
  86. .PP
  87. \-\-m, \-mode
  88. .RS 4
  89. Defines what to do when taking a file from
  90. \fI$altdir\fR. By default it makes a
  91. \fIhardlink\fR, but you can also choose
  92. \fIcopy\fR
  93. or
  94. \fImove\fR.
  95. .RE
  96. .PP
  97. \-e, \-\-extenders
  98. .RS 4
  99. When using
  100. \fIpackage\fR
  101. or
  102. \fIrepository\fR
  103. discriminators, download the active extenders considering the specified config id.
  104. .RE