This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-cloudmonkey.git


The following commit(s) were added to refs/heads/master by this push:
     new f522c89  snapcraft badge
f522c89 is described below

commit f522c89bdd1be6dc2d367c67cf973c33524eac54
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
AuthorDate: Sat Apr 6 05:42:10 2019 +0530

    snapcraft badge
    
    Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>
---
 README.md           |  2 +-
 snap/snapcraft.yaml | 18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 1a990a0..e232ddd 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## CloudMonkey [![Build 
Status](https://travis-ci.org/apache/cloudstack-cloudmonkey.svg?branch=master)](https://travis-ci.org/apache/cloudstack-cloudmonkey)
+## 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)
 
 `cloudmonkey` :cloud::monkey_face: is a command line interface (CLI) for
 [Apache CloudStack](http://cloudstack.apache.org).
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 712cf2a..c9bc358 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -7,7 +7,7 @@ description: |
   Apache CloudStack, the opensource IAAS cloud computing platform.
 
 grade: stable
-confinement: classic
+confinement: strict
 
 license: Apache-2.0
 
@@ -17,15 +17,15 @@ apps:
     plugs:
     - home
     - network
-    - personal-files
+    #- personal-files
 
-plugs:
-  network:
-  personal-files:
-    read:
-    - $HOME/.cmk
-    write:
-    - $HOME/.cmk
+#plugs:
+#  network:
+#  personal-files:
+#    read:
+#    - $HOME/.cmk
+#    write:
+#    - $HOME/.cmk
 
 parts:
   cloudmonkey:

Reply via email to