Merge lp:~thomas-voss/location-service/fix-up-plugs-and-slots into lp:location-service

Proposed by Thomas Voß
Status: Merged
Approved by: Thomas Voß
Approved revision: 272
Merged at revision: 273
Proposed branch: lp:~thomas-voss/location-service/fix-up-plugs-and-slots
Merge into: lp:location-service
Diff against target: 35 lines (+7/-7)
1 file modified
snapcraft.yaml (+7/-7)
To merge this branch: bzr merge lp:~thomas-voss/location-service/fix-up-plugs-and-slots
Reviewer Review Type Date Requested Status
Simon Fels (community) Approve
Thomas Voß Pending
Review via email: mp+304361@code.launchpad.net

Commit message

Clean up plugs and slots.

Description of the change

Clean up plugs and slots.

To post a comment you must log in.
Revision history for this message
Simon Fels (morphis) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'snapcraft.yaml'
2--- snapcraft.yaml 2016-08-29 19:58:13 +0000
3+++ snapcraft.yaml 2016-08-30 11:06:32 +0000
4@@ -14,24 +14,24 @@
5 run:
6 daemon: simple
7 command: bin/locationd run --bus=system
8- slots: [service, cli]
9+ slots: [control, observe]
10 plugs: [network-manager]
11 status:
12 command: bin/locationd status --bus=system
13- plugs: [cli]
14+ plugs: [control]
15 monitor:
16 command: bin/locationd monitor --bus=system
17- plugs: [client]
18+ plugs: [observe]
19
20 slots:
21- service:
22+ observe:
23 interface: location-observe
24- cli:
25+ control:
26 interface: location-control
27 plugs:
28- client:
29+ observe:
30 interface: location-observe
31- cli:
32+ control:
33 interface: location-control
34
35 parts:

Subscribers

People subscribed via source and target branches

to all changes: