Merge PR #3782: Finalise snapcraft.yaml

- Allow gaiacli to access host's raw-usb slot.
- Promote the package to stable.

Closes: #3714
This commit is contained in:
Alessio Treglia
2019-03-04 12:10:27 +01:00
committed by Christopher Goes
parent c8438a3a4f
commit 5d05b7ff0f
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -92,6 +92,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
+2 -2
View File
@@ -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:
@@ -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: