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
=== modified file 'clickreviews/cr_common.py'
--- clickreviews/cr_common.py 2014-12-09 00:17:41 +0000
+++ clickreviews/cr_common.py 2015-01-20 13:00:24 +0000
@@ -204,7 +204,7 @@
204 optional = ["title", "description", "maintainer", "architecture",204 optional = ["title", "description", "maintainer", "architecture",
205 "installed-size", "icon"]205 "installed-size", "icon"]
206206
207 snappy_optional = ["ports"]207 snappy_optional = ["ports", "source", "type"]
208208
209 for f in optional:209 for f in optional:
210 if f in self.manifest:210 if f in self.manifest:

Subscribers

People subscribed via source and target branches