Merge lp:~jelmer/lptools/manpages into lp:lptools

Proposed by Jelmer Vernooij
Status: Merged
Merged at revision: 20
Proposed branch: lp:~jelmer/lptools/manpages
Merge into: lp:lptools
Diff against target: 122 lines (+107/-0)
3 files modified
doc/lp-list-bugs.1 (+27/-0)
doc/lp-project-upload.1 (+24/-0)
doc/lp-set-dup.1 (+56/-0)
To merge this branch: bzr merge lp:~jelmer/lptools/manpages
Reviewer Review Type Date Requested Status
lptools Hackers Pending
Review via email: mp+71889@code.launchpad.net

Description of the change

Import the manual pages for lp-set-dup, lp-list-bugs and lp-upload-project as well.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'doc'
2=== added file 'doc/lp-list-bugs.1'
3--- doc/lp-list-bugs.1 1970-01-01 00:00:00 +0000
4+++ doc/lp-list-bugs.1 2011-08-17 13:01:24 +0000
5@@ -0,0 +1,27 @@
6+.TH lp\-list\-bugs 1 2010-09-17 lptools
7+.SH NAME
8+lp\-list\-bugs \- briefly list status of Launchpad bugs
9+.SH DESCRIPTION
10+.B lp\-list\-bugs
11+takes one or more Launchpad bug numbers, and lists the status of each bug in a
12+concise format.
13+For example:
14+.PP
15+.RS
16+.nf
17+$ lp\-list\-bugs 3
18+Bug 3: Custom information for each translation team
19+ rosetta: Fix Released
20+ ubuntu: Invalid
21+ mono (Ubuntu): Invalid
22+.fi
23+.RE
24+.SH OPTIONS
25+.TP
26+.BR \-h ", " \-\-help
27+Display a help message and exit.
28+.SH AUTHORS
29+.B lp\-list\-bugs
30+and this manual page were written by Colin Watson <cjwatson@ubuntu.com>.
31+Both are released under the terms of the GNU General Public License, version
32+3 or later.
33
34=== added file 'doc/lp-project-upload.1'
35--- doc/lp-project-upload.1 1970-01-01 00:00:00 +0000
36+++ doc/lp-project-upload.1 2011-08-17 13:01:24 +0000
37@@ -0,0 +1,24 @@
38+.TH lp-project-upload "1" "05 September 2009" "lptools"
39+.SH NAME
40+lp\-project\-upload \- Upload a release tarball to a Launchpad project.
41+
42+.SH SYNOPSIS
43+.B lp\-project\-upload
44+.I <project name> <version> <tarball> [new milestone] [changelog file] [releasenotes file]
45+
46+.SH DESCRIPTION
47+\fBlp\-project\-upload\fR uploads a tarball release of a project to Launchpad.
48+It can create milestones and releases on the fly after confirmation.
49+
50+If there is a file \fItarball\fB.asc\fR, it is uploaded as the signature of the
51+tarball.
52+
53+You can optionally provide the name of the next milestone, which will be created if specified.
54+
55+You can optionally provide filename(s) specifying the changelog and release notes entries for this release. Note that these might be /dev/null, if you do not want to provide changelog or release notes information. If these are not specified, an interactive editor will allow you to compose these.
56+
57+.SH AUTHORS
58+\fBlp\-project\-upload\fR was written by Martin Pitt <martin.pitt@ubuntu.com> and enhanced by Dustin Kirkland <kirkland@ubuntu.com>.
59+.PP
60+It is released under the terms of the GNU General Public License, version 2
61+or (at your option) any later version.
62
63=== added file 'doc/lp-set-dup.1'
64--- doc/lp-set-dup.1 1970-01-01 00:00:00 +0000
65+++ doc/lp-set-dup.1 2011-08-17 13:01:24 +0000
66@@ -0,0 +1,56 @@
67+.TH lp\-set\-dup "1" "March 6 2010" "lptools"
68+.SH NAME
69+lp\-set\-dup \- mark one or more bugs as duplicate of another bug
70+
71+.SH SYNOPSIS
72+.B lp\-set\-dup \fR[\fB\-f\fR] <\fImain bug\fR> <\fIduplicate bug\fR>
73+[<\fIduplicate bug\fR> ...]
74+.br
75+.B lp\-set\-dup \-\-help
76+
77+.SH DESCRIPTION
78+\fBlp\-set\-dup\fR allow to easily mark one or more bug as duplicate of
79+another bug. It checks for permission to operate on a given bug first,
80+then perform required tasks on Launchpad.
81+
82+.SH OPTIONS
83+Listed below are the command line options for \fBlp\-set\-dup\fR:
84+.TP
85+.BR \-h ", " \-\-help
86+Display a help message and exit.
87+.TP
88+.B \-f
89+Skip confirmation prompt.
90+.TP
91+.B \-l \fIINSTANCE\fR, \fB\-\-lpinstance\fR=\fIINSTANCE\fR
92+Use the specified instance of Launchpad (e.g. "staging"), instead of
93+the default of "production".
94+.TP
95+.B \-\-no\-conf
96+Do not read any configuration files, or configuration from environment
97+variables.
98+
99+.SH ENVIRONMENT
100+All of the \fBCONFIGURATION VARIABLES\fR below are also supported as
101+environment variables.
102+Variables in the environment take precedence to those in configuration
103+files.
104+
105+.SH CONFIGURATION VARIABLES
106+The following variables can be set in the environment or in
107+.BR ubuntu\-dev\-tools (5)
108+configuration files.
109+In each case, the script\-specific variable takes precedence over the
110+package\-wide variable.
111+.TP
112+.BR LP_SET_DUP_LPINSTANCE ", " UBUNTUTOOLS_LPINSTANCE
113+The default value for \fB--lpinstance\fR.
114+
115+.SH SEE ALSO
116+.BR ubuntu\-dev\-tools (5)
117+
118+.SH AUTHORS
119+\fBlp\-set\-dup\fR was written by Loïc Minier <lool@dooz.org>,
120+and this manual page was written by Luca Falavigna <dktrkranz@debian.org>.
121+.PP
122+Both are released under the terms of the GNU General Public License, version 2.

Subscribers

People subscribed via source and target branches