mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-05 14:01:33 +00:00
ubuntu-build: Update manpage to reflect current usage. (LP: #490535)
This commit is contained in:
parent
97ed98b22e
commit
62761f2afd
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,8 +1,9 @@
|
|||||||
ubuntu-dev-tools (0.101) UNRELEASED; urgency=low
|
ubuntu-dev-tools (0.101) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* syncpackage: Update manpage to reflect current usage. (LP: #598477)
|
* syncpackage: Update manpage to reflect current usage. (LP: #598477)
|
||||||
|
* ubuntu-build: Update manpage to reflect current usage. (LP: #490535)
|
||||||
|
|
||||||
-- Andrew Starr-Bochicchio <a.starr.b@gmail.com> Fri, 25 Jun 2010 15:45:37 -0400
|
-- Andrew Starr-Bochicchio <a.starr.b@gmail.com> Fri, 25 Jun 2010 16:11:00 -0400
|
||||||
|
|
||||||
ubuntu-dev-tools (0.100) maverick; urgency=low
|
ubuntu-dev-tools (0.100) maverick; urgency=low
|
||||||
|
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
.TH UBUNTU-BUILD "1" "14 August 2008" "ubuntu-dev-tools"
|
.TH UBUNTU-BUILD "1" "June 2010" "ubuntu-dev-tools"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
ubuntu-build \- command-line interface to Launchpad build operations
|
ubuntu-build \- command-line interface to Launchpad build operations
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B ubuntu-build <srcpackage> <release> <operation>
|
.B ubuntu-build <srcpackage> <release> <operation>
|
||||||
.br
|
|
||||||
.B ubuntu-build \-\-help
|
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
\fBubuntu-build\fR provides a command line interface to the Launchpad build
|
\fBubuntu-build\fR provides a command line interface to the Launchpad build
|
||||||
@ -38,10 +36,38 @@ Listed below are the command line options for \fBubuntu-build\fR:
|
|||||||
.B \-h or \-\-help
|
.B \-h or \-\-help
|
||||||
Display a help message and exit.
|
Display a help message and exit.
|
||||||
.TP
|
.TP
|
||||||
.B \-a or \-\-architecture
|
Retry and rescore options:
|
||||||
Only available for \fIrescore\fR and \fIretry\fR operations only.
|
.IP
|
||||||
This will only request the rebuilding/rescoring on the specified
|
These options may only be used with the 'retry' and 'rescore'
|
||||||
architecture.
|
operations.
|
||||||
|
.IP
|
||||||
|
\fB\-a\fR ARCHITECTURE, \fB\-\-arch\fR=\fIARCHITECTURE\fR
|
||||||
|
Rebuild or rescore a specific architecture. Valid
|
||||||
|
architectures include: amd64, sparc, powerpc, i386,
|
||||||
|
armel, ia64, lpia, hppa.
|
||||||
|
.TP
|
||||||
|
Batch processing:
|
||||||
|
.IP
|
||||||
|
These options and parameter ordering is only available in \fB\-\-batch\fR
|
||||||
|
mode. Usage: ubuntu\-build \fB\-\-batch\fR [options] <package>...
|
||||||
|
.IP
|
||||||
|
\fB\-\-batch\fR
|
||||||
|
Enable batch mode
|
||||||
|
.IP
|
||||||
|
\fB\-\-series\fR=\fISERIES\fR
|
||||||
|
Selects the Ubuntu series to operate on (default:
|
||||||
|
current development series)
|
||||||
|
.IP
|
||||||
|
\fB\-\-retry\fR
|
||||||
|
Retry builds (give\-back).
|
||||||
|
.IP
|
||||||
|
\fB\-\-rescore\fR=\fIPRIORITY\fR
|
||||||
|
Rescore builds to <priority>.
|
||||||
|
.IP
|
||||||
|
\fB\-\-arch2\fR=\fIARCHITECTURE\fR
|
||||||
|
Affect only 'architecture' (can be used several
|
||||||
|
times). Valid architectures are: amd64, sparc,
|
||||||
|
powerpc, i386, armel, ia64, lpia, hppa.
|
||||||
|
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
\fBubuntu-build\fR was written by Martin Pitt <martin.pitt@canonical.com>, and
|
\fBubuntu-build\fR was written by Martin Pitt <martin.pitt@canonical.com>, and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user