Merge lp:~mvo/click-reviewers-tools/more-snappy-optional-fields into lp:click-reviewers-tools

Proposed by Michael Vogt
Status: Merged
Merged at revision: 355
Proposed branch: lp:~mvo/click-reviewers-tools/more-snappy-optional-fields
Merge into: lp:click-reviewers-tools
Diff against target: 12 lines (+1/-1)
1 file modified
clickreviews/cr_common.py (+1/-1)
To merge this branch: bzr merge lp:~mvo/click-reviewers-tools/more-snappy-optional-fields
Reviewer Review Type Date Requested Status
Martin Albisetti (community) Approve
Review via email: mp+247003@code.launchpad.net

Description of the change

Trivial branch that adds the new optional "source" and "type" snappy fields.

To post a comment you must log in.
Revision history for this message
Martin Albisetti (beuno) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'clickreviews/cr_common.py'
2--- clickreviews/cr_common.py 2014-12-09 00:17:41 +0000
3+++ clickreviews/cr_common.py 2015-01-20 13:00:24 +0000
4@@ -204,7 +204,7 @@
5 optional = ["title", "description", "maintainer", "architecture",
6 "installed-size", "icon"]
7
8- snappy_optional = ["ports"]
9+ snappy_optional = ["ports", "source", "type"]
10
11 for f in optional:
12 if f in self.manifest:

Subscribers

People subscribed via source and target branches