mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-17 11:51:29 +00:00
fix problems mentioned in review
This commit is contained in:
parent
7a45eede4a
commit
aecd1169fd
3
bitesize
3
bitesize
@ -61,8 +61,7 @@ def main():
|
|||||||
bug = launchpad.bugs[args[0]]
|
bug = launchpad.bugs[args[0]]
|
||||||
except HTTPError, error:
|
except HTTPError, error:
|
||||||
if error.response.status == 401:
|
if error.response.status == 401:
|
||||||
print >> sys.stderr, ("E: Don't have enough permissions to access "
|
error_out("E: Don't have enough permissions to access bug %s" % args[0])
|
||||||
"bug %s") % (args[0])
|
|
||||||
error_out(error.content)
|
error_out(error.content)
|
||||||
else:
|
else:
|
||||||
raise
|
raise
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -66,6 +66,8 @@ Description: useful tools for Ubuntu developers
|
|||||||
.
|
.
|
||||||
- 404main - used to check what components a package's deps are in, for
|
- 404main - used to check what components a package's deps are in, for
|
||||||
doing a main inclusion report for example.
|
doing a main inclusion report for example.
|
||||||
|
- bitesize - add the 'bitesize' tag to a bug and comment that you are
|
||||||
|
willing to help fix it.
|
||||||
- check-mir - check support status of build/binary dependencies
|
- check-mir - check support status of build/binary dependencies
|
||||||
- check-symbols - will compare and give you a diff of the exported symbols of
|
- check-symbols - will compare and give you a diff of the exported symbols of
|
||||||
all .so files in a binary package.
|
all .so files in a binary package.
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
.TH bitesize "1" "May 9 2010" "ubuntu-dev-tools"
|
.TH bitesize "1" "May 9 2010" "ubuntu-dev-tools"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
Add \fBbitesize\fR tag to bugs and add a comment.
|
bitesize \- Add \fBbitesize\fR tag to bugs and add a comment.
|
||||||
bitesize \- mark one or more bugs as duplicate of another bug
|
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B bitesize <\fIbug number\fI>
|
.B bitesize \fR<\fIbug number\fR>
|
||||||
.br
|
.br
|
||||||
.B bitesize \-\-help
|
.B bitesize \-\-help
|
||||||
|
|
||||||
@ -42,7 +41,7 @@ configuration files.
|
|||||||
In each case, the script\-specific variable takes precedence over the
|
In each case, the script\-specific variable takes precedence over the
|
||||||
package\-wide variable.
|
package\-wide variable.
|
||||||
.TP
|
.TP
|
||||||
.BR LP_SET_DUP_LPINSTANCE ", " UBUNTUTOOLS_LPINSTANCE
|
.BR BITESIZE_LPINSTANCE ", " UBUNTUTOOLS_LPINSTANCE
|
||||||
The default value for \fB--lpinstance\fR.
|
The default value for \fB--lpinstance\fR.
|
||||||
|
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user