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.

36 lines
1.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: lib/sde-package.hlp
  5. # Copyright (C) 2007 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; version 2 of the License. A copy of the
  12. # GNU General Public License can be found in the file COPYING.
  13. # --- SDE-COPYRIGHT-NOTE-END ---
  14. Usage: sde package <action> <arguments> (Alias: pkg)
  15. update [--location <url>] [<package>] [<version>] (Alias: up)
  16. Updates a package (which is autodetected if you are on it) to a
  17. given version, or simply download and regenerate checksums.
  18. Using --location you are able to specify which will be the new
  19. download location for this update.
  20. update [--no-location] --md5 <url> (Alias: up)
  21. Updates a set of packages based on a remote .md5 file
  22. Using --no-location you tell the tool to not assume the download
  23. location of the md5 file for the updates but keep their individual
  24. download locations.
  25. new [<repository>/]<package> <download> [...]
  26. Creates a new package based on a template and the given download
  27. locations.
  28. new -fm [<repository>/]<package> [<name_at_freshmeat>]
  29. Creates a new package based on the information available at
  30. freshmeat <http://freshmeat.net> from it.
  31. new -deb [options] [repo/]<package>
  32. Creates a pkg from packages.debian.org. For more details:
  33. sde pkg new -deb --help