~debian-lptools/debian/sid/lptools/sid

« back to all changes in this revision

Viewing changes to doc/lp-grab-attachments.1

  • Committer: Jelmer Vernooij
  • Date: 2023-09-28 12:07:22 UTC
  • mfrom: (2.18.8)
  • Revision ID: jelmer@jelmer.uk-20230928120722-704pws90v7e943dk
* New upstream snapshot.
 + Drop patches for conversion to python 3 and breezy; now merged upstream.
+ debian/upstream/metadata: Drop unknown Homepage field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH GRAB\-ATTACHMENTS "1" "10 August 2008" "lptools"
 
2
.SH NAME
 
3
grab\-attachments \- downloads attachments from a Launchpad bug
 
4
.SH SYNOPSIS
 
5
.B grab\-attachments\fR [\fIoptions\fR] \fIbug-number\fR...
 
6
.br
 
7
.B grab\-attachments \-h
 
8
.SH DESCRIPTION
 
9
\fBgrab\-attachments\fR is a script to download all attachments from a
 
10
Launchpad bug report or bug reports with a source package or project 
 
11
task into a directory named after the bug e.g. bug-1.
 
12
 
 
13
.SH OPTIONS
 
14
Listed below are the command line options for grab\-attachments:
 
15
.TP
 
16
.I bug-number
 
17
Specifies the Launchpad bug number that the script should download
 
18
attachments from.
 
19
.TP
 
20
.BR \-h ", " \-\-help
 
21
Display a help message and exit.
 
22
.TP
 
23
.B \-l \fIINSTANCE\fR, \fB\-\-lpinstance\fR=\fIINSTANCE\fR
 
24
Use the specified instance of Launchpad (e.g. "staging"), instead of
 
25
the default of "production".
 
26
.TP
 
27
.B \-\-no\-conf
 
28
Do not read any configuration files, or configuration from environment
 
29
variables.
 
30
.TP
 
31
.BR \-d ", " \-\-duplicates
 
32
Download attachments from duplicates too.
 
33
.TP
 
34
.B \-p \fISRCPACKAGE\fR, \fB\-\-package\fR=\fISRCPACKAGE\fR
 
35
Download attachments from all bugs with an open task for this source
 
36
package.
 
37
.TP
 
38
.B \-P \fIPROJECT\fR, \fB\-\-project\fR=\fIPROJECT\fR
 
39
Download attachments from all bugs with an open task for this project.
 
40
.TP
 
41
.BR \-D ", " \-\-descriptions
 
42
Also download bug descriptions as Description.txt.
 
43
.SH AUTHOR
 
44
\fBlp-grab\-attachments\fR was written by Daniel Holbach and this manual page
 
45
was written by Jonathan Patrick Davies.
 
46
.PP
 
47
Both are released under the GNU General Public License, version 3.