@ -1,57 +1,108 @@ |
|||
.\" Title: sde-build |
|||
.\" Author: |
|||
.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> |
|||
.\" Date: 07/10/2007 |
|||
.\" Date: 11/25/2007 |
|||
.\" Manual: |
|||
.\" Source: |
|||
.\" |
|||
.TH "SDE\-BUILD" "1" "07/10/2007" "" "" |
|||
.TH "SDE\-BUILD" "1" "11/25/2007" "" "" |
|||
.\" disable hyphenation |
|||
.nh |
|||
.\" disable justification (adjust text to left margin only) |
|||
.ad l |
|||
.SH "NAME" |
|||
sde\-build \- Build stuff |
|||
sde\-build \- Build or prepare packages for being build. |
|||
.SH "SYNOPSIS" |
|||
\fIsde build\fR [DISCRIMINATOR] [OPTIONS] ITEMS |
|||
\fBsde build\fR [\fIDISCRIMINATOR\fR] [\fIOPTIONS\fR] [\fIITEMS\fR] |
|||
.sp |
|||
.SH "DESCRIPTION" |
|||
Builds all or TODO |
|||
Builds, enqueues or dequeues specified items. |
|||
.sp |
|||
.SH "DISCRIMINATORS" |
|||
.PP |
|||
config, cfg |
|||
\fBconfig, cfg\fR |
|||
.RS 4 |
|||
Start building the full configuration |
|||
Start building the full configuration or queued packages of the config identified by item. If no item specified the config will use |
|||
\fIdefault\fR. |
|||
.RE |
|||
.PP |
|||
package, pkg |
|||
\fBpackage, pkg\fR |
|||
.RS 4 |
|||
Allows to add or remove packages to/from the build queue without actually starting the build |
|||
Builds single packages, but also allows adding or removing packages to/from the build queue without actually starting the build. |
|||
.RE |
|||
.PP |
|||
repository, repo |
|||
\fBrepository, repo\fR |
|||
.RS 4 |
|||
Allows to add or remove all packages in a repository to/from the build queue without actually starting the build |
|||
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 |
|||
.RE |
|||
.SH "OPTIONS" |
|||
.SH "OPTIONS FOR CONFIG DISCRIMINATOR" |
|||
.PP |
|||
\-\-enqueue |
|||
\fB\-\-queued\fR |
|||
.RS 4 |
|||
Adds the given item (packages or all packages in a repository) to the build queue |
|||
Only build queued packages. |
|||
.RE |
|||
.PP |
|||
\-\-dequeue |
|||
\fB\-\-stage name\fR |
|||
.RS 4 |
|||
Removes the given item (packages or all packages in a repository) from the build queue |
|||
Only build the given stage if possible. The stage will only build if previous stages have been build in the past. |
|||
.RE |
|||
.SH "OPTIONS FOR PACKAGE DISCRIMINATOR" |
|||
.PP |
|||
\-\-dependees |
|||
\fB\-c, \-\-cfg, \-\-config name\fR |
|||
.RS 4 |
|||
Instead of adding the package, all its dependees will be added to the build queue. |
|||
Use the given config to perform the specified action. |
|||
.RE |
|||
.PP |
|||
\-\-stage |
|||
\fB\-\-enqueue\fR |
|||
.RS 4 |
|||
Only perfom the action (build/enqueue/dequeue) for the given stage. |
|||
Adds the given items (packages) to the build queue. |
|||
.RE |
|||
.PP |
|||
\fB\-\-dequeue\fR |
|||
.RS 4 |
|||
Removes the given items (packages) from the build queue |
|||
.RE |
|||
.PP |
|||
\fB\-\-dependent\fR |
|||
.RS 4 |
|||
Besides adding packages, all packages depending on one of these packages will also be added or removed to/from the build queue. |
|||
.RE |
|||
.PP |
|||
\fB\-\-stage name\fR |
|||
.RS 4 |
|||
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 |
|||
\fB.desc\fR |
|||
files. |
|||
.RE |
|||
.SH "OPTIONS FOR REPOSITORY DISCRIMINATOR" |
|||
.PP |
|||
\fB\-c, \-\-cfg, \-\-config name\fR |
|||
.RS 4 |
|||
Use the given config to perform the specified action. |
|||
.RE |
|||
.PP |
|||
\fB\-\-enqueue\fR |
|||
.RS 4 |
|||
Adds the given items (all packages in the specified repositories) to the build queue |
|||
.RE |
|||
.PP |
|||
\fB\-\-dequeue\fR |
|||
.RS 4 |
|||
Removes the given items (all packages in the specified repositories) from the build queue |
|||
.RE |
|||
.PP |
|||
\fB\-\-stage name\fR |
|||
.RS 4 |
|||
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 |
|||
\fB.desc\fR |
|||
files. |
|||
.RE |
|||
.SH "AUTHOR" |
|||
Written by Minto van der Sluis (misl). |
|||
.sp |
|||
.SH "REPORTING BUGS" |
|||
Report bugs to <list@opensde.org>. |
|||
.sp |
|||
.SH "COPYRIGHT" |
|||
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. |
|||
.sp |
@ -0,0 +1,90 @@ |
|||
.\" Title: sde-clean |
|||
.\" Author: |
|||
.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> |
|||
.\" Date: 11/25/2007 |
|||
.\" Manual: |
|||
.\" Source: |
|||
.\" |
|||
.TH "SDE\-CLEAN" "1" "11/25/2007" "" "" |
|||
.\" disable hyphenation |
|||
.nh |
|||
.\" disable justification (adjust text to left margin only) |
|||
.ad l |
|||
.SH "NAME" |
|||
sde\-clean \- Cleans up part of the system |
|||
.SH "SYNOPSIS" |
|||
\fBsde cleanup\fR [\fIDISCRIMINATOR\fR] [\fIOPTIONS\fR] [\fIITEMS\fR] |
|||
.sp |
|||
.SH "DESCRIPTION" |
|||
Cleans up the identified part (item) of your \fBsde\fR environment indicated by the discriminator. If no item is specified the whole section (discriminator) in your \fBsde\fR environment will be cleaned. Depending on the specified item or discriminator, cleanup indicates tidying things up or removing it completely |
|||
.sp |
|||
.SH "DISCRIMINATORS" |
|||
.PP |
|||
\fBbuild\fR |
|||
.RS 4 |
|||
Removes actual builds specified by their actual location or the config name used to create it. |
|||
.RE |
|||
.PP |
|||
\fBcache\fR |
|||
.RS 4 |
|||
Removes ccache files for the specified architectures (items). If no architectures specified, ccache files for all architectrues will be removed. |
|||
.RE |
|||
.PP |
|||
\fBconfig, cfg\fR |
|||
.RS 4 |
|||
Removed specified configurations (items). |
|||
.RE |
|||
.PP |
|||
\fBdownload\fR |
|||
.RS 4 |
|||
Removes old downloads from your old local download mirror. Only downloads still specified in .desc files will not be removed. |
|||
.RE |
|||
.PP |
|||
\fBpackage, pkg\fR |
|||
.RS 4 |
|||
Brings all specified packages (items) back to their original state. All uncommitted changes will be lost. |
|||
.RE |
|||
.PP |
|||
\fBrepository, repo\fR |
|||
.RS 4 |
|||
Brings the specified repositories (items) back to their original state. All uncommitted changes will be lost. |
|||
.RE |
|||
.PP |
|||
\fBsystem, sys\fR |
|||
.RS 4 |
|||
Brings your |
|||
\fIsde\fR |
|||
environment back to its original state. All uncommitted changes will be lost. |
|||
.RE |
|||
.PP |
|||
\fBtarget, tgt\fR |
|||
.RS 4 |
|||
Brings all specified targets (items) back to their original state. All uncommitted changes will be lost. |
|||
.RE |
|||
.SH "OPTIONS FOR ALL DISCRIMINATORS" |
|||
.PP |
|||
\fB\-\-dry\-run\fR |
|||
.RS 4 |
|||
Processes normally, but does not clean or modify anything. |
|||
.RE |
|||
.PP |
|||
\fB\-f, \-\-force\fR |
|||
.RS 4 |
|||
Prevents user interaction. Cleaning will continue without explicit acknowlegdement from the user. |
|||
.RE |
|||
.PP |
|||
\fB\-q, \-\-quiet\fR |
|||
.RS 4 |
|||
Reduces feedback to an absolute minimum. \-v, \-\-verbose: Gives additional feedback. |
|||
.RE |
|||
The options \fIverbose\fR and \fIquiet\fR are mutually exclusive. |
|||
.sp |
|||
.SH "AUTHOR" |
|||
Written by Minto van der Sluis (misl). |
|||
.sp |
|||
.SH "REPORTING BUGS" |
|||
Report bugs to <list@opensde.org>. |
|||
.sp |
|||
.SH "COPYRIGHT" |
|||
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. |
|||
.sp |
@ -1,20 +1,63 @@ |
|||
.\" Title: sde-copy |
|||
.\" Author: |
|||
.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> |
|||
.\" Date: 07/10/2007 |
|||
.\" Date: 11/25/2007 |
|||
.\" Manual: |
|||
.\" Source: |
|||
.\" |
|||
.TH "SDE\-COPY" "1" "07/10/2007" "" "" |
|||
.TH "SDE\-COPY" "1" "11/25/2007" "" "" |
|||
.\" disable hyphenation |
|||
.nh |
|||
.\" disable justification (adjust text to left margin only) |
|||
.ad l |
|||
.SH "NAME" |
|||
sde\-copy \- copy part of the system |
|||
sde\-copy \- copies part of the system |
|||
.SH "SYNOPSIS" |
|||
\fIsde copy\fR [OPTIONS] |
|||
\fBsde\-copy\fR [\fIDISCRIMINATOR\fR] [\fIOPTIONS\fR] [\fIITEM\fR] [\fIITEMNEW\fR] |
|||
.sp |
|||
.SH "DESCRIPTION" |
|||
Copies the identified part (item) of the sde environment indicated by the discriminator. |
|||
Copies part of the system to a new name. The discriminator indicates in what section of the sde system the copy will take place. The item indicates what part will be copied to the new item name. |
|||
.sp |
|||
.SH "DISCRIMINATORS" |
|||
.PP |
|||
\fBbuild\fR |
|||
.RS 4 |
|||
Copies an existing build to a new one. The item specifies the config name that was used for the build. The new item name specifies the new config name. With this discriminator both the build and the accompanying config will be copied. |
|||
.RE |
|||
.PP |
|||
\fBconfig, cfg\fR |
|||
.RS 4 |
|||
Copies an existing config identified by item to a new one. When no item name is specified, |
|||
\fIdefault\fR |
|||
will be used. |
|||
.RE |
|||
.PP |
|||
\fBpackage, pkg\fR |
|||
.RS 4 |
|||
Copies an existing package (item) to a new one. For this discriminator full qualified package names are required. Fully qualified package names are names in which the actual package name is preceded by the repository name separated by a dot (.). |
|||
.RE |
|||
.PP |
|||
\fBtarget, tgt\fR |
|||
.RS 4 |
|||
Copies an existing target identified by item to a new one. |
|||
.RE |
|||
.SH "OPTIONS FOR ALL DISCRIMINATORS" |
|||
.PP |
|||
\fB\-f, \-\-force\fR |
|||
.RS 4 |
|||
Allows to overwrite existing items in case the specified new item already exists. |
|||
.RE |
|||
.PP |
|||
\fB\-q, \-\-quiet\fR |
|||
.RS 4 |
|||
Reduces feedback to an absolute minimum. \-v, \-\-verbose: Gives additional feedback. |
|||
.RE |
|||
.SH "AUTHOR" |
|||
Written by Minto van der Sluis (misl). |
|||
.sp |
|||
.SH "REPORTING BUGS" |
|||
Report bugs to <list@opensde.org>. |
|||
.sp |
|||
.SH "COPYRIGHT" |
|||
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. |
|||
.sp |
@ -1,20 +1,67 @@ |
|||
.\" Title: sde-create |
|||
.\" Author: |
|||
.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> |
|||
.\" Date: 07/10/2007 |
|||
.\" Date: 11/25/2007 |
|||
.\" Manual: |
|||
.\" Source: |
|||
.\" |
|||
.TH "SDE\-CREATE" "1" "07/10/2007" "" "" |
|||
.TH "SDE\-CREATE" "1" "11/25/2007" "" "" |
|||
.\" disable hyphenation |
|||
.nh |
|||
.\" disable justification (adjust text to left margin only) |
|||
.ad l |
|||
.SH "NAME" |
|||
sde\-create \- enhance the system with new parts |
|||
sde\-create \- enhance your sde system with new parts |
|||
.SH "SYNOPSIS" |
|||
\fIsde create\fR [OPTIONS] |
|||
\fBsde\-create\fR [\fIDISCRIMINATOR\fR] [\fIOPTIONS\fR] [\fIITEM\fR] |
|||
.sp |
|||
.SH "DESCRIPTION" |
|||
Create a new part with the identified name (item) within the sde environment section indicated by the discriminator. |
|||
.sp |
|||
.SH "DISCRIMINATORS" |
|||
.PP |
|||
\fBconfig, cfg\fR |
|||
.RS 4 |
|||
Creates a new default configured config with the given name (item). |
|||
.RE |
|||
.PP |
|||
\fBpackage, pkg\fR |
|||
.RS 4 |
|||
Creates a new package. The given item is expected to be the fully qualified package name. This is the package name preceded by the repository it should be placed in, separated by a dot. |
|||
.RE |
|||
.PP |
|||
\fBtarget, tgt\fR |
|||
.RS 4 |
|||
Creates a new target with the given name (item). |
|||
.RE |
|||
.SH "OPTIONS FOR ALL DISCRIMINATORS" |
|||
.PP |
|||
\fB\-q, \-\-quiet\fR |
|||
.RS 4 |
|||
Reduces feedback to an absolute minimum. |
|||
.RE |
|||
.PP |
|||
\fB\-v, \-\-verbose\fR |
|||
.RS 4 |
|||
Gives additional feedback. |
|||
.RE |
|||
.SH "OPTIONS FOR PACKAGE DISCRIMINATOR" |
|||
.PP |
|||
\fB\-\-hive hive.index\fR |
|||
.RS 4 |
|||
Makes it Possible to create new packages from available package hives like freshmeat or sourceforge. With this flag you need to specify which hive to use and what the ID of the package in that hive is. |
|||
.RE |
|||
.PP |
|||
\fB\-\-hivelist\fR |
|||
.RS 4 |
|||
Does not create a package but shows a list of all available hives. |
|||
.RE |
|||
.SH "AUTHOR" |
|||
Written by Minto van der Sluis (misl). |
|||
.sp |
|||
.SH "REPORTING BUGS" |
|||
Report bugs to <list@opensde.org>. |
|||
.sp |
|||
.SH "COPYRIGHT" |
|||
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. |
|||
.sp |