Merge lp:~michihenning/storage-framework/rename-interface into lp:storage-framework/devel

Proposed by Michi Henning
Status: Merged
Approved by: James Henstridge
Approved revision: 111
Merged at revision: 111
Proposed branch: lp:~michihenning/storage-framework/rename-interface
Merge into: lp:storage-framework/devel
Diff against target: 38 lines (+5/-5)
1 file modified
snap/snapcraft.yaml (+5/-5)
To merge this branch: bzr merge lp:~michihenning/storage-framework/rename-interface
Reviewer Review Type Date Requested Status
James Henstridge Approve
unity-api-1-bot continuous-integration Approve
Review via email: mp+320135@code.launchpad.net

Commit message

Rename storage-framework -> storage-framework-service

Description of the change

Rename storage-framework -> storage-framework-service, in accordance with the changes at

https://github.com/snapcore/snapd/pull/2929

To post a comment you must log in.
Revision history for this message
unity-api-1-bot (unity-api-1-bot) wrote :

PASSED: Continuous integration, rev:111
https://jenkins.canonical.com/unity-api-1/job/lp-storage-framework-ci/262/
Executed test runs:
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build/1805
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-0-fetch/1812
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=amd64,release=xenial+overlay/1588
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=amd64,release=xenial+overlay/1588/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=amd64,release=zesty/1588
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=amd64,release=zesty/1588/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1588
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1588/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=armhf,release=zesty/1588
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=armhf,release=zesty/1588/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=i386,release=xenial+overlay/1588
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=i386,release=xenial+overlay/1588/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=i386,release=zesty/1588
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=i386,release=zesty/1588/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://jenkins.canonical.com/unity-api-1/job/lp-storage-framework-ci/262/rebuild

review: Approve (continuous-integration)
Revision history for this message
James Henstridge (jamesh) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'snap/snapcraft.yaml'
2--- snap/snapcraft.yaml 2017-03-16 05:12:41 +0000
3+++ snap/snapcraft.yaml 2017-03-17 03:02:15 +0000
4@@ -1,4 +1,4 @@
5-name: storage-framework
6+name: storage-framework-service
7 version: '0.2'
8 summary: Service for accessing cloud-based storage providers.
9 description: >
10@@ -11,8 +11,8 @@
11 confinement: strict
12
13 slots:
14- storage-framework:
15- interface: storage-framework
16+ storage-framework-service:
17+ interface: storage-framework-service
18 # Allow clients access to the client library
19 client-libs:
20 interface: content
21@@ -39,7 +39,7 @@
22 plugs:
23 - platform
24 slots:
25- - storage-framework
26+ - storage-framework-service
27 storage-provider-owncloud:
28 # snap-launch sets LD_LIBRARY_PATH to include the provider directory (exposed via content interface).
29 command: snap-launch $SNAP/lib/storage-framework/provider $SNAP/lib/storage-provider-webdav/storage-provider-owncloud
30@@ -47,7 +47,7 @@
31 - platform
32 - network
33 slots:
34- - storage-framework
35+ - storage-framework-service
36
37 parts:
38 storage-framework:

Subscribers

People subscribed via source and target branches

to all changes: