Snap packaging 56/1956/1
authorAdam Israel <adam.israel@canonical.com>
Wed, 21 Jun 2017 18:08:06 +0000 (14:08 -0400)
committerAdam Israel <adam.israel@canonical.com>
Wed, 21 Jun 2017 18:08:06 +0000 (14:08 -0400)
commitb6ab5da8fa0f29fba2b71177a909ab814ba190fb
treee1b12fad5b006a27c09ce9bebeee7e2b50f35a83
parent4647303cb33ad0836523035eefa8060e28169a3d
Snap packaging

This commit introduces snap packaging for osmclient.

Snaps are a fancy zip file containing an application and all of its
dependencies, and a description of how it should run safely on a
user's system. This is a multi-distribution alternative to installing from source, or debian package.

Snaps are designed to be secure, sandboxed, containerised applications isolated from the underlying system and from other applications. Snaps allow the safe installation of apps from any vendor on mission critical devices and desktops. Updates are done atomically, rolling back automatically in the case of failure, with support for release channel and series.

More info on snaps can be found here: https://snapcraft.io/

Signed-off-by: Adam Israel <adam.israel@canonical.com>
.gitignore
README.md
snap/snapcraft.yaml [new file with mode: 0644]