summaryrefslogtreecommitdiffstats
path: root/snap
diff options
context:
space:
mode:
author林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>2019-01-25 16:54:34 +0800
committer林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>2019-01-26 02:51:44 +0800
commit665626e44bf289f0e38499a5dc27fb14ebc3492f (patch)
treeb577dc63d00f72a5871956c4ab46f0051ad3db40 /snap
parentcd096cc8a8f77d3cb44c58f18aec46422c746c78 (diff)
Use local source tree for glances part
This avoids the additional time to clone the already existing repository Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index b1f26a3a..fc4cb836 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -35,7 +35,7 @@ plugs:
parts:
glances:
plugin: python
- source: https://github.com/nicolargo/glances.git
+ source: .
bottle:
plugin: python
source: https://github.com/bottlepy/bottle.git