ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #10046
[Merge] lp:~renatofilho/ubuntu-clock-app/unity8-snap into lp:ubuntu-clock-app
Renato Araujo Oliveira Filho has proposed merging lp:~renatofilho/ubuntu-clock-app/unity8-snap into lp:ubuntu-clock-app.
Requested reviews:
Ubuntu Clock Developers (ubuntu-clock-dev)
For more details, see:
https://code.launchpad.net/~renatofilho/ubuntu-clock-app/unity8-snap/+merge/312263
Changed confinement to devmode to work with unity8.
Added unity8 into the interface list. (snap)
This is necessary to test the app on personal session. The app will be published on edge channel until this get reverted and unity8 interface appears on snapd.
--
Your team Ubuntu Clock Developers is requested to review the proposed merge of lp:~renatofilho/ubuntu-clock-app/unity8-snap into lp:ubuntu-clock-app.
=== modified file 'snapcraft.yaml'
--- snapcraft.yaml 2016-11-18 10:35:23 +0000
+++ snapcraft.yaml 2016-12-01 15:09:10 +0000
@@ -2,13 +2,13 @@
version: 3.8.480
summary: Ubuntu Clock app
description: The clock app for all Ubuntu devices
-confinement: strict
+confinement: devmode
grade: devel
apps:
ubuntu-clock-app:
command: desktop-launch $SNAP/bin/ubuntu-clock-app
- plugs: [unity7, platform, opengl, network, network-bind]
+ plugs: [unity7, unity8, platform, opengl, network, network-bind]
plugs:
platform:
Follow ups