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.

57 lines
1.2 KiB

  1. .\" Title: sde-build
  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\-BUILD" "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\-build \- Build stuff
  15. .SH "SYNOPSIS"
  16. \fIsde build\fR [DISCRIMINATOR] [OPTIONS] ITEMS
  17. .sp
  18. .SH "DESCRIPTION"
  19. Builds all or TODO
  20. .sp
  21. .SH "DISCRIMINATORS"
  22. .PP
  23. config, cfg
  24. .RS 4
  25. Start building the full configuration
  26. .RE
  27. .PP
  28. package, pkg
  29. .RS 4
  30. Allows to add or remove packages to/from the build queue without actually starting the build
  31. .RE
  32. .PP
  33. repository, repo
  34. .RS 4
  35. Allows to add or remove all packages in a repository to/from the build queue without actually starting the build
  36. .RE
  37. .SH "OPTIONS"
  38. .PP
  39. \-\-enqueue
  40. .RS 4
  41. Adds the given item (packages or all packages in a repository) to the build queue
  42. .RE
  43. .PP
  44. \-\-dequeue
  45. .RS 4
  46. Removes the given item (packages or all packages in a repository) from the build queue
  47. .RE
  48. .PP
  49. \-\-dependees
  50. .RS 4
  51. Instead of adding the package, all its dependees will be added to the build queue.
  52. .RE
  53. .PP
  54. \-\-stage
  55. .RS 4
  56. Only perfom the action (build/enqueue/dequeue) for the given stage.
  57. .RE