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
=== modified file 'snapcraft.yaml'
--- snapcraft.yaml 2016-08-29 19:58:13 +0000
+++ snapcraft.yaml 2016-08-30 11:06:32 +0000
@@ -14,24 +14,24 @@
14 run:14 run:
15 daemon: simple15 daemon: simple
16 command: bin/locationd run --bus=system16 command: bin/locationd run --bus=system
17 slots: [service, cli]17 slots: [control, observe]
18 plugs: [network-manager]18 plugs: [network-manager]
19 status:19 status:
20 command: bin/locationd status --bus=system20 command: bin/locationd status --bus=system
21 plugs: [cli]21 plugs: [control]
22 monitor:22 monitor:
23 command: bin/locationd monitor --bus=system23 command: bin/locationd monitor --bus=system
24 plugs: [client]24 plugs: [observe]
2525
26slots:26slots:
27 service:27 observe:
28 interface: location-observe28 interface: location-observe
29 cli:29 control:
30 interface: location-control30 interface: location-control
31plugs:31plugs:
32 client:32 observe:
33 interface: location-observe33 interface: location-observe
34 cli:34 control:
35 interface: location-control35 interface: location-control
3636
37parts:37parts:

Subscribers

People subscribed via source and target branches

to all changes: