Merge lp://qastaging/~michihenning/thumbnailer/snap into lp://qastaging/thumbnailer/devel
Proposed by
Michi Henning
Status: | Merged |
---|---|
Approved by: | James Henstridge |
Approved revision: | 371 |
Merged at revision: | 369 |
Proposed branch: | lp://qastaging/~michihenning/thumbnailer/snap |
Merge into: | lp://qastaging/thumbnailer/devel |
Diff against target: |
127 lines (+90/-5) 4 files modified
.bzrignore (+5/-1) snapcraft.yaml (+80/-0) tests/copyright/check_copyright.sh (+1/-1) tests/whitespace/CMakeLists.txt (+4/-3) |
To merge this branch: | bzr merge lp://qastaging/~michihenning/thumbnailer/snap |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Henstridge | Approve | ||
unity-api-1-bot | continuous-integration | Approve | |
Review via email:
|
Commit message
First stab at snapcraft.yaml.
Description of the change
First stab at snapcraft.yaml.
It's not clear yet whether we really want to use the generic DBus interface or add our own interface to snapd. For now, we use the generic one; this works, in that thumbnailer-admin can talk to the (hand-started) thumbnailer-
To try this (from the top-level dir):
$ snapcraft
$ thumbnailer.
$ thumbnailer.
To post a comment you must log in.
One small problem, and a few questions.