Skip to content

Commit

Permalink
Finalise snapcraft.yaml
Browse files Browse the repository at this point in the history
- Allow gaiacli to access host's raw-usb slot.
- Promote the package to stable.

Closes: #3714
  • Loading branch information
Alessio Treglia committed Mar 1, 2019
1 parent 47a44fb commit 9dcf725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ CLI flag.
### Gaia CLI

* [\#3731](https://github.com/cosmos/cosmos-sdk/pull/3731) `keys add --interactive` bip32 passphrase regression fix
* [\#3714](https://github.com/cosmos/cosmos-sdk/issues/3714) Fix USB raw access issues with gaiacli when installed via snap

### Gaia

Expand Down
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ summary: Gaia Daemon # 79 char long summary
description: |
This snap provides the Gaia daemon gaiad and the command line
tool gaiacli.
grade: devel # must be 'stable' to release into candidate/stable channels
grade: stable
confinement: strict

apps:
Expand All @@ -13,7 +13,7 @@ apps:
plugs: [home,network,network-bind]
gaiacli:
command: bin/gaiacli
plugs: [home,network,network-bind]
plugs: [home,network,network-bind,raw-usb]

parts:
gaia:
Expand Down

0 comments on commit 9dcf725

Please sign in to comment.