Merge lp:~mabac/svammel/bug-754630 into lp:svammel

Proposed by Mattias Backman
Status: Merged
Approved by: James Westby
Approved revision: 89
Merged at revision: 89
Proposed branch: lp:~mabac/svammel/bug-754630
Merge into: lp:svammel
Diff against target: 26 lines (+5/-4)
1 file modified
config.py (+5/-4)
To merge this branch: bzr merge lp:~mabac/svammel/bug-754630
Reviewer Review Type Date Requested Status
James Westby (community) Approve
Review via email: mp+57158@code.launchpad.net

Description of the change

Hi,

This changes the help text of these two options to make them clearer.
  --bugtag
  --reference-arch

It's highly likely that the descriptions contain Swenglish, if you see some, please bring it to my attention. :)

Thanks,

Mattias

To post a comment you must log in.
Revision history for this message
James Westby (james-w) wrote :

"be repeated to specify multiple tags to be set"

Doesn't need "to be set".

Otherwise this looks good.

Thanks,

James

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'config.py'
2--- config.py 2011-04-08 14:04:36 +0000
3+++ config.py 2011-04-11 12:53:33 +0000
4@@ -144,9 +144,9 @@
5 help="Path to file where reported bugs are logged.")
6 parser.add_argument(
7 '--bugtag', required=False, action='append',
8- help="Specify the tag or multiple tags to be set on all created " \
9- "bugs. If this is not specified tags default to 'ftbfs', " \
10- "'arm-porting-queue'.")
11+ help="Specify a tag to be set on all created bugs. This option may " \
12+ "be repeated to specify multiple tags to be set. If this is not " \
13+ "specified at all, tags default to 'ftbfs', 'arm-porting-queue'.")
14 parser.add_argument(
15 '--target-arch', required=False, dest='targetarch',
16 help="The target architecture to find build failures for. " \
17@@ -154,7 +154,8 @@
18 parser.add_argument(
19 '--reference-arch', required=False, action='append',
20 dest='referencearch',
21- help="One or more reference architectures. If successful builds " \
22+ help="A reference architecture. This option may be repeated to " \
23+ "specify multiple reference architectures. If successful builds " \
24 "for any of these are found for a package, a bug will not be " \
25 "filed against that package. Defaults to 'i386', 'amd64'.")
26 parser.add_argument(

Subscribers

People subscribed via source and target branches