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/10/2007
  5. .\" Manual:
  6. .\" Source:
  7. .\"
  8. .TH "SDE\-DOWNLOAD" "1" "07/10/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 "DISCRIMINATORS"
  19. .PP
  20. config, cfg
  21. .RS 4
  22. Downloads all packages in the config specified by item.
  23. .RE
  24. .PP
  25. package, pkg
  26. .RS 4
  27. Downloads the packages specified by item. (this is the default if none is given)
  28. .RE
  29. .PP
  30. repository, repo
  31. .RS 4
  32. Downloads all packages in the repositories specified by item.
  33. .RE
  34. .SH "OPTIONS"
  35. .PP
  36. \-q, \-\-quiet
  37. .RS 4
  38. Gives minimal feedback.
  39. .RE
  40. .PP
  41. \-v, \-\-verbose
  42. .RS 4
  43. Gives extra feedback.
  44. .RE
  45. .PP
  46. \-a, \-\-all
  47. .RS 4
  48. Downloads every package independently of the specified items.
  49. .RE
  50. .PP
  51. \-d, \-\-dry\-run
  52. .RS 4
  53. No real download is performed but the list of missing files is output.
  54. .RE
  55. .PP
  56. \-\-timeout
  57. .RS 4
  58. Defines how tolerat to download delay are we. The default value is
  59. \fInormal\fR, but you can choose between
  60. \fIno\fR
  61. and
  62. \fIlong\fR
  63. too.
  64. .RE
  65. .PP
  66. \-\-check
  67. .RS 4
  68. Defines when will the tool validate the downloaded file against the checksum in the database. The defailt value is
  69. \fIalways\fR, but you can choose between
  70. \fIdownload\fR, meaning that it wont validate when using the alternative download location, or
  71. \fInever\fR.
  72. .RE
  73. .PP
  74. \-\-mirror
  75. .RS 4
  76. Defines which mirror to use since now, replacing the value stored on the global config. Alternatively you can use
  77. \fI'none\fR', or auto to detect again the best mirror for your location.
  78. .RE
  79. .PP
  80. \-\-dependencies
  81. .RS 4
  82. When using
  83. \fIpackage\fR
  84. or
  85. \fIrepository\fR
  86. discriminators, download the active dependencies considering the specified config id.
  87. .RE
  88. .PP
  89. \-c, \-\-copy
  90. .RS 4
  91. When the file is found on the alternative location the tool will
  92. \fIcopy\fR
  93. it instead of doing a hardlink.
  94. .RE
  95. .PP
  96. \-m, \-\-move
  97. .RS 4
  98. When the file is found on the alternative location the tool will
  99. \fImove\fR
  100. it instead of doing a hardlink.
  101. .RE
  102. .SH "DESCRIPTION"
  103. sde\-download downloads one or more packages indicated or belonging to the specified name (items). Multiple items can be specified.
  104. .sp