Skip to content

Commit

Permalink
Create snap
Browse files Browse the repository at this point in the history
  • Loading branch information
cholcombe973 committed Dec 7, 2016
1 parent fdaafc9 commit 6cdc135
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ if [[ $EUID -ne 0 ]]; then
fi

mkdir -p $HOME/.config
echo -e "Installing vault"
_vault
echo -e "Features to install: $FEATURES\n"
for APP in $FEATURES
Expand Down
5 changes: 4 additions & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ confinement: strict # use 'strict' once you have the right plugs and slots
parts:
preserve:
# See 'snapcraft plugins'
plugin: x-rust
plugin: rust
rust-features:
- ceph
- gluster
source: .
stage-packages:
- pkg-config
Expand Down

0 comments on commit 6cdc135

Please sign in to comment.