mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
* doc/grab-attachments.1: Created.
* TODO: Added note about fixing all Launchpad bug reports.
This commit is contained in:
parent
833061324a
commit
f45d1724c7
2
TODO
2
TODO
@ -1,3 +1,5 @@
|
|||||||
|
- Fix all bugs at Launchpad:
|
||||||
|
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools
|
||||||
- Create missing manpages (for all commands).
|
- Create missing manpages (for all commands).
|
||||||
- Modify 404main to use the more robust python-apt module.
|
- Modify 404main to use the more robust python-apt module.
|
||||||
- Use the short version of the GPL license in all scripts.
|
- Use the short version of the GPL license in all scripts.
|
||||||
|
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -4,6 +4,7 @@ ubuntu-dev-tools (0.36ubuntu1) intrepid; urgency=low
|
|||||||
* doc/ Created new manpages for:
|
* doc/ Created new manpages for:
|
||||||
- what-patch.1.
|
- what-patch.1.
|
||||||
- dch-repeat.1.
|
- dch-repeat.1.
|
||||||
|
- grab-attachment.1.
|
||||||
* doc/requestsync.1: Described variables used by requestsync in man
|
* doc/requestsync.1: Described variables used by requestsync in man
|
||||||
page. (LP: #237595)
|
page. (LP: #237595)
|
||||||
|
|
||||||
|
29
doc/grab-attachments.1
Normal file
29
doc/grab-attachments.1
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
.TH GRAB-ATTACHMENTS "1" "10 August 2008" "ubuntu-dev-tools"
|
||||||
|
.SH NAME
|
||||||
|
grab-attachments \- downloads attachments from a Launchpad bug
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B grab-attachments\fR <\fIbug-number\fR>
|
||||||
|
|
||||||
|
.B grab-attachments \-h
|
||||||
|
.SH DESCRIPTION
|
||||||
|
.PP
|
||||||
|
\fBgrab-attachments\fR is a script to download all attachments from a
|
||||||
|
Launchpad bug report into the current directory.
|
||||||
|
|
||||||
|
.SH OPTIONS
|
||||||
|
.PP
|
||||||
|
Listed below are the command line options for grab-attachments:
|
||||||
|
.TP
|
||||||
|
.B \-h
|
||||||
|
Display a help message and exit.
|
||||||
|
.TP
|
||||||
|
.B <bug-number>
|
||||||
|
Specifies the Launchpad bug number that the script should download
|
||||||
|
attachments from.
|
||||||
|
|
||||||
|
.SH AUTHOR
|
||||||
|
.PP
|
||||||
|
\fBgrab-attachments\fR was written by Daniel Holbach and this manual page was
|
||||||
|
written by Jonathan Patrick Davies.
|
||||||
|
.PP
|
||||||
|
Both are released under the GNU General Public License, version 2.
|
Loading…
x
Reference in New Issue
Block a user