Merge ~pieq/bugit/+git/qabro:release-0.8 into bugit:master

Proposed by Pierre Equoy
Status: Merged
Approved by: Pierre Equoy
Approved revision: 5f9e4ccc47d7cb553fd75518c48bc144fb59dc03
Merged at revision: 16092ee018e8b638eb3c868111c8cc7904a93dd2
Proposed branch: ~pieq/bugit/+git/qabro:release-0.8
Merge into: bugit:master
Diff against target: 36 lines (+4/-6)
2 files modified
qabro/__version__.py (+2/-2)
snap/snapcraft.yaml (+2/-4)
Reviewer Review Type Date Requested Status
Pierre Equoy Approve
Review via email: mp+360102@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Pierre Equoy (pieq) wrote :

Self-approved

(tested snapcraft locally to make sure the adopt-info part works fine)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/qabro/__version__.py b/qabro/__version__.py
2index e2b2d65..0dde18a 100644
3--- a/qabro/__version__.py
4+++ b/qabro/__version__.py
5@@ -1,6 +1,6 @@
6 __title__ = 'qabro'
7-__version__ = '0.8dev'
8-__description__ = 'Report bug information with attachments in Launchpad'
9+__version__ = '0.8'
10+__description__ = 'Tool to generate a Launchpad bug report and attach useful logs (using sosreport and the like).'
11 __author__ = 'Pierre Equoy'
12 __author_email__ = 'pierre.equoy@canonical.com'
13 __url__ = 'https://launchpad.net/qabro'
14diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
15index 71270d0..ecfa2e2 100644
16--- a/snap/snapcraft.yaml
17+++ b/snap/snapcraft.yaml
18@@ -1,9 +1,6 @@
19 name: qabro
20-version: '0.8dev'
21 summary: QA OEM bug reporting tool
22-description: |
23- Tool to generate a Launchpad bug report and attach useful logs (using
24- sosreport and the like).
25+adopt-info: qabro
26
27 grade: stable # must be 'stable' to release into candidate/stable channels
28 confinement: strict # use 'strict' once you have the right plugs and slots
29@@ -35,6 +32,7 @@ parts:
30 qabro:
31 plugin: python
32 source: .
33+ parse-info: [setup.py]
34 build-packages:
35 - libffi-dev
36 - libssl-dev

Subscribers

People subscribed via source and target branches

to all changes: