Merge ~knitzsche/snappy-hwe-snaps/+git/bluez:snap-20-twonewplugs into ~snappy-hwe-team/snappy-hwe-snaps/+git/bluez:snap-20

Proposed by Kyle Nitzsche
Status: Merged
Approved by: Alfonso Sanchez-Beato
Approved revision: 213c6f7acc1236e1f113dee069e26389fea57397
Merged at revision: c603e0005c3e8fb199ec3aa524f2b6c483eaa6d1
Proposed branch: ~knitzsche/snappy-hwe-snaps/+git/bluez:snap-20-twonewplugs
Merge into: ~snappy-hwe-team/snappy-hwe-snaps/+git/bluez:snap-20
Diff against target: 21 lines (+2/-1)
1 file modified
snapcraft.yaml (+2/-1)
Reviewer Review Type Date Requested Status
System Enablement Bot continuous-integration Needs Fixing
Alfonso Sanchez-Beato continuous-integration Approve
Review via email: mp+393605@code.launchpad.net

Commit message

Add two plugs: uinput and kernel-krypto-api

To post a comment you must log in.
Revision history for this message
Alfonso Sanchez-Beato (alfonsosanchezbeato) wrote :

Each bluez app has its own list of plugs, should not these be used just by the "apps" that need them?

I am not sure also what happens if you add simply to the list of plugs, does it apply to all apps? (I've never added plugs this way, only when I needed to give them a name tbh).

Revision history for this message
Kyle Nitzsche (knitzsche) wrote :

Yes, I added them globally which means they apply to the whole snap.

Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :

PASSED: Successfully build documentation, rev: e33d01695602fdf85e1929a6f3c973abeff2a19b

Generated documentation is available at https://jenkins.canonical.com/system-enablement/job/snappy-hwe-snaps-snap-docs/1360/

Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Alfonso Sanchez-Beato (alfonsosanchezbeato) wrote :

LGTM

review: Approve
Revision history for this message
Alfonso Sanchez-Beato (alfonsosanchezbeato) wrote :

CI approval - tests are failing due to change on UC20 (no auto-import assertions in ubuntu-seed anymore). We will fix that later.

review: Approve (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :

PASSED: Successfully build documentation, rev: 2acf1ec68e26d29423b60769329c72cb0f7d823a

Generated documentation is available at https://jenkins.canonical.com/system-enablement/job/snappy-hwe-snaps-snap-docs/1361/

Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 051271f..053753a 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -29,7 +29,7 @@ apps:
29 command: "usr/lib/bluetooth/bluetoothd -E"29 command: "usr/lib/bluetooth/bluetoothd -E"
30 daemon: simple30 daemon: simple
31 slots: [service]31 slots: [service]
32 plugs: [uhid]32 plugs: [uhid, uinput, kernel-crypto-api]
33 obex:33 obex:
34 command: "usr/lib/bluetooth/obexd"34 command: "usr/lib/bluetooth/obexd"
35 daemon: simple35 daemon: simple
@@ -65,6 +65,7 @@ apps:
65plugs:65plugs:
66 client:66 client:
67 interface: bluez67 interface: bluez
68
68slots:69slots:
69 service:70 service:
70 interface: bluez71 interface: bluez

Subscribers

People subscribed via source and target branches