Skip to content

Commit f522c89

Browse files
committed
snapcraft badge
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent c4ee806 commit f522c89

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## CloudMonkey [![Build Status](https://travis-ci.org/apache/cloudstack-cloudmonkey.svg?branch=master)](https://travis-ci.org/apache/cloudstack-cloudmonkey)
1+
## CloudMonkey [![Build Status](https://travis-ci.org/apache/cloudstack-cloudmonkey.svg?branch=master)](https://travis-ci.org/apache/cloudstack-cloudmonkey)[![cloudmonkey](https://snapcraft.io/cloudmonkey/badge.svg)](https://snapcraft.io/cloudmonkey)
22

33
`cloudmonkey` :cloud::monkey_face: is a command line interface (CLI) for
44
[Apache CloudStack](http://cloudstack.apache.org).

snap/snapcraft.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: |
77
Apache CloudStack, the opensource IAAS cloud computing platform.
88
99
grade: stable
10-
confinement: classic
10+
confinement: strict
1111

1212
license: Apache-2.0
1313

@@ -17,15 +17,15 @@ apps:
1717
plugs:
1818
- home
1919
- network
20-
- personal-files
20+
#- personal-files
2121

22-
plugs:
23-
network:
24-
personal-files:
25-
read:
26-
- $HOME/.cmk
27-
write:
28-
- $HOME/.cmk
22+
#plugs:
23+
# network:
24+
# personal-files:
25+
# read:
26+
# - $HOME/.cmk
27+
# write:
28+
# - $HOME/.cmk
2929

3030
parts:
3131
cloudmonkey:

0 commit comments

Comments
 (0)