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.

78 lines
1.8 KiB

  1. sde-download(1)
  2. ===============
  3. The OpenSDE Community <list@opensde.org>
  4. NAME
  5. ----
  6. sde-download downloads stuff
  7. SYNOPSIS
  8. --------
  9. 'sde download' [DISCRIMINATOR] [OPTIONS] [ITEMS...]
  10. DISCRIMINATORS
  11. --------------
  12. config, cfg::
  13. Downloads all packages in the config specified by item.
  14. package, pkg::
  15. Downloads the packages specified by item.
  16. repository, repo::
  17. Downloads all packages in the repositories specified by item.
  18. OPTIONS
  19. -------
  20. -q, --quiet::
  21. Gives minimal feedback.
  22. -v, --verbose::
  23. Gives extra feedback.
  24. -a, --all::
  25. Downloads every package independently of the specified items.
  26. -d, --dry-run::
  27. No real download is performed but the list of missing files is
  28. output.
  29. --timeout::
  30. Defines how tolerat to download delay are we. The default value
  31. is 'normal', but you can choose between 'no' and 'long' too.
  32. --check::
  33. Defines when will the tool validate the downloaded file against
  34. the checksum in the database. The defailt value is 'always', but
  35. you can choose between 'download', meaning that it wont validate
  36. when using the alternative download location, or 'never'.
  37. --mirror::
  38. Defines which mirror to use since now, replacing the value stored
  39. on the global config. Alternatively you can use ''none'', or auto
  40. to detect again the best mirror for your location.
  41. --dependencies::
  42. When using 'package' or 'repository' discriminators, download the
  43. active dependencies considering the specified config id.
  44. -c, --copy::
  45. When the file is found on the alternative location the tool will
  46. 'copy' it instead of doing a hardlink.
  47. -m, --move::
  48. When the file is found on the alternative location the tool will
  49. 'move' it instead of doing a hardlink.
  50. DESCRIPTION
  51. -----------
  52. sde-download downloads one or more packages indicated or belonging to the
  53. specified name (items). Multiple items can be specified.
  54. EXAMPLES
  55. --------
  56. SEE ALSO
  57. --------