Merge lp:~dbarth/webapps-demo/click-packages into lp:webapps-demo

Proposed by David Barth
Status: Merged
Approved by: David Barth
Approved revision: 60
Merged at revision: 28
Proposed branch: lp:~dbarth/webapps-demo/click-packages
Merge into: lp:webapps-demo
Diff against target: 25 lines (+3/-2)
2 files modified
webapp-facebook/manifest.json (+1/-1)
webapp-facebook/webapp-facebook.json (+2/-1)
To merge this branch: bzr merge lp:~dbarth/webapps-demo/click-packages
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Olivier Tilloy Approve
Review via email: mp+188625@code.launchpad.net

Commit message

Fix for the facebook location crasher

Description of the change

Fix for the facebook location crasher

To post a comment you must log in.
Revision history for this message
Olivier Tilloy (osomon) wrote :

LGTM.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Autolanding.
No commit message was specified in the merge proposal. Hit 'Add commit message' on the merge proposal web page or follow the link below. You can approve the merge proposal yourself to rerun.
https://code.launchpad.net/~dbarth/webapps-demo/click-packages/+merge/188625/+edit-commit-message

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'webapp-facebook/manifest.json'
2--- webapp-facebook/manifest.json 2013-09-26 16:17:53 +0000
3+++ webapp-facebook/manifest.json 2013-10-01 15:13:48 +0000
4@@ -10,6 +10,6 @@
5 "maintainer": "Webapps Team <webapps@lists.launchpad.net>",
6 "name": "com.ubuntu.developer.webapps.webapp-facebook",
7 "title": "webapp-facebook",
8- "version": "1.0.4"
9+ "version": "1.0.5"
10 }
11
12
13=== modified file 'webapp-facebook/webapp-facebook.json'
14--- webapp-facebook/webapp-facebook.json 2013-09-20 15:56:34 +0000
15+++ webapp-facebook/webapp-facebook.json 2013-10-01 15:13:48 +0000
16@@ -3,7 +3,8 @@
17 "policy_groups": [
18 "networking",
19 "audio",
20- "video"
21+ "video",
22+ "location"
23 ],
24 "policy_version": 1.0
25 }

Subscribers

People subscribed via source and target branches