huntdatacenter / jujuna

Jujuna - Continuous deployment, upgrade and testing for Juju.
https://jujuna.readthedocs.io/
Apache License 2.0
4 stars 3 forks source link

Add the possibility to build a snap #41

Closed n-pochet closed 5 years ago

n-pochet commented 5 years ago

It is then possible to build a snap of jujuna by running:

snapcraft

And to install it with:

sudo snap install jujuna_0.1.5_amd64.snap --dangerous

The dangerous flag is necessary to install locally generated snaps.

It is also possible to push this snap to the snap store.

ghost commented 5 years ago

Thanks @n-pochet! I'll talk with the Snap Store folks about getting it published as juju* is a reserved namespace.