Merge ~pieq/bugit/+git/qabro:fix-auto-fwts into bugit:master

Proposed by Pierre Equoy
Status: Merged
Approved by: Pierre Equoy
Approved revision: 9434a64542946e4e24d02276a3ee3b46a9dcf0db
Merged at revision: fc1db3d7fc585f9ef923c277432426023eb636b8
Proposed branch: ~pieq/bugit/+git/qabro:fix-auto-fwts
Merge into: bugit:master
Diff against target: 24 lines (+2/-2)
2 files modified
qabro/__init__.py (+1/-1)
qabro/__version__.py (+1/-1)
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Review via email: mp+375323@code.launchpad.net

Description of the change

Fixes an issue found by Gabriel when using the --fwts auto submission.

Tested like this:

$ APPORT_LAUNCHPAD_INSTANCE=staging qabro

# File a bug, submit, make sure everything works as expected

$ APPORT_LAUNCHPAD_INSTANCE=staging qabro --fwts -p sutton -t test-platform

# Make sure the bug is created, assigned to the right series with the proper tag

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/qabro/__init__.py b/qabro/__init__.py
2index 85920c0..a442880 100644
3--- a/qabro/__init__.py
4+++ b/qabro/__init__.py
5@@ -52,7 +52,7 @@ def main():
6 sys.exit("You must specify a project name, e.g -p somerville")
7 if not args.tags:
8 sys.exit("You must specify a platform tag, e.g. -t platform-tag-3")
9- auto_submit_fwts_report(project, tags)
10+ auto_submit_fwts_report(args.project, args.tags)
11 else:
12 start_ui(project=args.project, tags=args.tags)
13
14diff --git a/qabro/__version__.py b/qabro/__version__.py
15index a87ead8..4a12dd6 100644
16--- a/qabro/__version__.py
17+++ b/qabro/__version__.py
18@@ -1,5 +1,5 @@
19 __title__ = 'qabro'
20-__version__ = '0.11'
21+__version__ = '0.11.1'
22 __description__ = 'Tool to generate a Launchpad bug report and attach useful logs (using sosreport and the like).'
23 __author__ = 'Pierre Equoy'
24 __author_email__ = 'pierre.equoy@canonical.com'

Subscribers

People subscribed via source and target branches

to all changes: