2008-08-14 19:50:13 +01:00
|
|
|
.TH BUILDD "1" "14 August 2008" "ubuntu-dev-tools"
|
|
|
|
.SH NAME
|
|
|
|
buildd \- command-line interface to Launchpad build operations
|
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B buildd <srcpackage> <release> <operation>
|
2008-09-01 09:50:23 +01:00
|
|
|
.br
|
2008-08-14 19:50:13 +01:00
|
|
|
.B buildd \-\-help
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
\fBbuildd\fR provides a command line interface to the Launchpad build
|
|
|
|
operations.
|
|
|
|
|
|
|
|
.PP
|
|
|
|
\fBbuildd\fR uses a cookie file stored at \fI~/.lpcookie.txt\fR to authenticate
|
2008-09-01 09:50:23 +01:00
|
|
|
to Launchpad.
|
|
|
|
This cookie is created on run from the Mozilla Firefox cookie
|
2008-08-14 21:43:14 +01:00
|
|
|
file at \fI~/.mozilla/*/*/cookies.sqlite\fR.
|
2008-08-14 19:50:13 +01:00
|
|
|
|
|
|
|
.SH OPERATIONS
|
|
|
|
Listed below are the available operations for \fBbuildd\fR:
|
|
|
|
.TP
|
|
|
|
.B status
|
|
|
|
Outputs the build status of the package on Launchpad on all architectures.
|
|
|
|
.TP
|
|
|
|
.B retry
|
2008-09-01 09:50:23 +01:00
|
|
|
Requests that the package has another attempt at rebuilding from source.
|
|
|
|
This will only work if the package has \fIFailed to build\fR on Launchpad.
|
2008-08-14 19:50:13 +01:00
|
|
|
.TP
|
|
|
|
.B rescore
|
2008-09-01 09:50:23 +01:00
|
|
|
Requests that the package's build priority be raised in the build queue.
|
|
|
|
Only members of the Launchpad build administrators may issue this operation,
|
|
|
|
and it may only be performed on packages which \fINeed building\fR.
|
2008-08-14 19:50:13 +01:00
|
|
|
|
|
|
|
.SH OPTIONS
|
|
|
|
Listed below are the command line options for \fBbuildd\fR:
|
|
|
|
.TP
|
|
|
|
.B \-h or \-\-help
|
|
|
|
Display a help message and exit.
|
|
|
|
.TP
|
|
|
|
.B \-a or \-\-architecture
|
2008-09-01 09:50:23 +01:00
|
|
|
Only available for \fIrescore\fR and \fIretry\fR operations only.
|
|
|
|
This will only request the rebuilding/rescoring on the specified
|
|
|
|
architecture.
|
2008-08-14 19:50:13 +01:00
|
|
|
|
|
|
|
.SH AUTHORS
|
|
|
|
\fBbuildd\fR was written by Martin Pitt <martin.pitt@canonical.com>, and
|
|
|
|
this manual page was written by Jonathan Patrick Davies <jpds@ubuntu.com>.
|
|
|
|
.PP
|
|
|
|
Both are released under the terms of the GNU General Public License, version 3
|
|
|
|
or (at your option) any later version.
|