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.

108 lines
2.9 KiB

  1. .\" Title: sde-build
  2. .\" Author:
  3. .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
  4. .\" Date: 11/25/2007
  5. .\" Manual:
  6. .\" Source:
  7. .\"
  8. .TH "SDE\-BUILD" "1" "11/25/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 or prepare packages for being build.
  15. .SH "SYNOPSIS"
  16. \fBsde build\fR [\fIDISCRIMINATOR\fR] [\fIOPTIONS\fR] [\fIITEMS\fR]
  17. .sp
  18. .SH "DESCRIPTION"
  19. Builds, enqueues or dequeues specified items.
  20. .sp
  21. .SH "DISCRIMINATORS"
  22. .PP
  23. \fBconfig, cfg\fR
  24. .RS 4
  25. Start building the full configuration or queued packages of the config identified by item. If no item specified the config will use
  26. \fIdefault\fR.
  27. .RE
  28. .PP
  29. \fBpackage, pkg\fR
  30. .RS 4
  31. Builds single packages, but also allows adding or removing packages to/from the build queue without actually starting the build.
  32. .RE
  33. .PP
  34. \fBrepository, repo\fR
  35. .RS 4
  36. Builds all packages in a repository, but also allows adding or removing all packages in a repository to/from the build queue without actually starting the build
  37. .RE
  38. .SH "OPTIONS FOR CONFIG DISCRIMINATOR"
  39. .PP
  40. \fB\-\-queued\fR
  41. .RS 4
  42. Only build queued packages.
  43. .RE
  44. .PP
  45. \fB\-\-stage name\fR
  46. .RS 4
  47. Only build the given stage if possible. The stage will only build if previous stages have been build in the past.
  48. .RE
  49. .SH "OPTIONS FOR PACKAGE DISCRIMINATOR"
  50. .PP
  51. \fB\-c, \-\-cfg, \-\-config name\fR
  52. .RS 4
  53. Use the given config to perform the specified action.
  54. .RE
  55. .PP
  56. \fB\-\-enqueue\fR
  57. .RS 4
  58. Adds the given items (packages) to the build queue.
  59. .RE
  60. .PP
  61. \fB\-\-dequeue\fR
  62. .RS 4
  63. Removes the given items (packages) from the build queue
  64. .RE
  65. .PP
  66. \fB\-\-dependent\fR
  67. .RS 4
  68. Besides adding packages, all packages depending on one of these packages will also be added or removed to/from the build queue.
  69. .RE
  70. .PP
  71. \fB\-\-stage name\fR
  72. .RS 4
  73. Only perfom the action (build/enqueue/dequeue) for the given stage. Without this option packages will be queued for all valid stages. What stages are valid can be found in package
  74. \fB.desc\fR
  75. files.
  76. .RE
  77. .SH "OPTIONS FOR REPOSITORY DISCRIMINATOR"
  78. .PP
  79. \fB\-c, \-\-cfg, \-\-config name\fR
  80. .RS 4
  81. Use the given config to perform the specified action.
  82. .RE
  83. .PP
  84. \fB\-\-enqueue\fR
  85. .RS 4
  86. Adds the given items (all packages in the specified repositories) to the build queue
  87. .RE
  88. .PP
  89. \fB\-\-dequeue\fR
  90. .RS 4
  91. Removes the given items (all packages in the specified repositories) from the build queue
  92. .RE
  93. .PP
  94. \fB\-\-stage name\fR
  95. .RS 4
  96. Only perfom the action (build/enqueue/dequeue) for the given stage. Without this option packages will be queued for all valid stages. What stages are valid can be found in package
  97. \fB.desc\fR
  98. files.
  99. .RE
  100. .SH "AUTHOR"
  101. Written by Minto van der Sluis (misl).
  102. .sp
  103. .SH "REPORTING BUGS"
  104. Report bugs to <list@opensde.org>.
  105. .sp
  106. .SH "COPYRIGHT"
  107. Copyright \(co 2007 The OpenSDE project. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  108. .sp