2011-05-09 14:48:54 +02:00
|
|
|
.TH bitesize "1" "May 9 2010" "ubuntu-dev-tools"
|
|
|
|
.SH NAME
|
2011-05-09 15:35:23 +02:00
|
|
|
Add \fBbitesize\fR tag to bugs and add a comment.
|
2011-05-09 14:52:51 +02:00
|
|
|
bitesize \- mark one or more bugs as duplicate of another bug
|
2011-05-09 14:48:54 +02:00
|
|
|
|
|
|
|
.SH SYNOPSIS
|
2011-05-09 15:35:23 +02:00
|
|
|
.B bitesize <\fIbug number\fI>
|
2011-05-09 14:48:54 +02:00
|
|
|
.br
|
|
|
|
.B bitesize \-\-help
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
\fBbitesize\fR adds a bitesize tag to the bug, if it's not there yet. It
|
|
|
|
also adds a comment to the bug indicating that you are willing to help with
|
|
|
|
fixing it.
|
|
|
|
It checks for permission to operate on a given bug first,
|
|
|
|
then perform required tasks on Launchpad.
|
|
|
|
|
|
|
|
.SH OPTIONS
|
|
|
|
Listed below are the command line options for \fBbitesize\fR:
|
|
|
|
.TP
|
|
|
|
.BR \-h ", " \-\-help
|
|
|
|
Display a help message and exit.
|
2011-05-09 15:35:23 +02:00
|
|
|
.TP
|
|
|
|
.B \-l \fIINSTANCE\fR, \fB\-\-lpinstance\fR=\fIINSTANCE\fR
|
|
|
|
Use the specified instance of Launchpad (e.g. "staging"), instead of
|
|
|
|
the default of "production".
|
|
|
|
.TP
|
|
|
|
.B \-\-no\-conf
|
|
|
|
Do not read any configuration files, or configuration from environment
|
|
|
|
variables.
|
|
|
|
|
|
|
|
.SH ENVIRONMENT
|
|
|
|
All of the \fBCONFIGURATION VARIABLES\fR below are also supported as
|
|
|
|
environment variables.
|
|
|
|
Variables in the environment take precedence to those in configuration
|
|
|
|
files.
|
|
|
|
|
|
|
|
.SH CONFIGURATION VARIABLES
|
|
|
|
The following variables can be set in the environment or in
|
|
|
|
.BR ubuntu\-dev\-tools (5)
|
|
|
|
configuration files.
|
|
|
|
In each case, the script\-specific variable takes precedence over the
|
|
|
|
package\-wide variable.
|
|
|
|
.TP
|
|
|
|
.BR LP_SET_DUP_LPINSTANCE ", " UBUNTUTOOLS_LPINSTANCE
|
|
|
|
The default value for \fB--lpinstance\fR.
|
2011-05-09 14:48:54 +02:00
|
|
|
|
|
|
|
.SH SEE ALSO
|
|
|
|
.BR ubuntu\-dev\-tools (5)
|
|
|
|
|
|
|
|
.SH AUTHORS
|
|
|
|
\fBbitesize\fR and this manual page were written by Daniel Holbach
|
|
|
|
<daniel.holbach@canonical.com>.
|
|
|
|
.PP
|
|
|
|
Both are released under the terms of the GNU General Public License, version 3.
|