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
=== modified file 'snap/snapcraft.yaml'
--- snap/snapcraft.yaml 2017-03-16 05:12:41 +0000
+++ snap/snapcraft.yaml 2017-03-17 03:02:15 +0000
@@ -1,4 +1,4 @@
1name: storage-framework1name: storage-framework-service
2version: '0.2'2version: '0.2'
3summary: Service for accessing cloud-based storage providers.3summary: Service for accessing cloud-based storage providers.
4description: >4description: >
@@ -11,8 +11,8 @@
11confinement: strict11confinement: strict
1212
13slots:13slots:
14 storage-framework:14 storage-framework-service:
15 interface: storage-framework15 interface: storage-framework-service
16 # Allow clients access to the client library16 # Allow clients access to the client library
17 client-libs:17 client-libs:
18 interface: content18 interface: content
@@ -39,7 +39,7 @@
39 plugs:39 plugs:
40 - platform40 - platform
41 slots:41 slots:
42 - storage-framework42 - storage-framework-service
43 storage-provider-owncloud:43 storage-provider-owncloud:
44 # snap-launch sets LD_LIBRARY_PATH to include the provider directory (exposed via content interface).44 # snap-launch sets LD_LIBRARY_PATH to include the provider directory (exposed via content interface).
45 command: snap-launch $SNAP/lib/storage-framework/provider $SNAP/lib/storage-provider-webdav/storage-provider-owncloud45 command: snap-launch $SNAP/lib/storage-framework/provider $SNAP/lib/storage-provider-webdav/storage-provider-owncloud
@@ -47,7 +47,7 @@
47 - platform47 - platform
48 - network48 - network
49 slots:49 slots:
50 - storage-framework50 - storage-framework-service
5151
52parts:52parts:
53 storage-framework:53 storage-framework:

Subscribers

People subscribed via source and target branches

to all changes: