Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 596 Bytes

README_SNAP.md

File metadata and controls

19 lines (10 loc) · 596 Bytes

This folder holds snap information for jhack.

Development rebuild oneliner:

sudo snap remove --purge jhack; snapcraft; sudo snap install --dangerous ./jhack_[version]_amd64.snap

To publish a new snap version and release on edge:

snapcraft upload ./jhack_[...].snap --release=edge

Setup:

Jhack snap has a bunch of plugs. This should suffice:

sudo snap connect jhack:dot-local-share-juju snapd

If you use lxd/machine models, you will need ssh key access for jhack to be able to run juju ssh on your behalf. Grant that access by:

sudo snap connect jhack:ssh-read snapd