Merge lp:~vthompson/ubuntu-clock-app/fix-1340326 into lp:ubuntu-clock-app

Proposed by Victor Thompson
Status: Merged
Merged at revision: 16
Proposed branch: lp:~vthompson/ubuntu-clock-app/fix-1340326
Merge into: lp:ubuntu-clock-app
Diff against target: 16 lines (+4/-3)
1 file modified
ubuntu-clock-app.json (+4/-3)
To merge this branch: bzr merge lp:~vthompson/ubuntu-clock-app/fix-1340326
Reviewer Review Type Date Requested Status
Nekhelesh Ramananthan Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Needs Fixing
Review via email: mp+226400@code.launchpad.net

This proposal supersedes a proposal from 2014-07-11.

Commit message

Fix apparmor ringtone issue

Description of the change

Fix apparmor ringtone issue once fixed in the the apparmor package. Do not approve until tested and landed in the platform.

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote : Posted in a previous version of this proposal
review: Needs Fixing (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :

FAILED: Continuous integration, rev:16
No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself):
https://code.launchpad.net/~vthompson/ubuntu-clock-app/fix-1340326/+merge/226400/+edit-commit-message

http://91.189.93.70:8080/job/ubuntu-clock-dev-ubuntu-clock-app-utopic-3.0-ci/27/
Executed test runs:
    FAILURE: http://91.189.93.70:8080/job/generic-mediumtests-utopic/964/console
    FAILURE: http://91.189.93.70:8080/job/ubuntu-clock-dev-ubuntu-clock-app-utopic-3.0-utopic-amd64-ci/27/console

Click here to trigger a rebuild:
http://91.189.93.70:8080/job/ubuntu-clock-dev-ubuntu-clock-app-utopic-3.0-ci/27/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

Tested on image #125. Works as expected! Thanks for the quick fix.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntu-clock-app.json'
2--- ubuntu-clock-app.json 2014-07-08 10:08:38 +0000
3+++ ubuntu-clock-app.json 2014-07-11 03:05:13 +0000
4@@ -1,7 +1,8 @@
5 {
6 "policy_groups": [
7- "networking",
8- "calendar"
9+ "audio",
10+ "calendar",
11+ "networking"
12 ],
13 "policy_version": 1.2
14-}
15\ No newline at end of file
16+}

Subscribers

People subscribed via source and target branches