summaryrefslogtreecommitdiffstats
path: root/snap
diff options
context:
space:
mode:
author林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>2019-01-26 11:21:22 +0800
committer林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>2019-01-26 11:26:22 +0800
commitc9bc0b38f9de93e5c3c93374d4d5166db44e0dac (patch)
treea3f1c4b0e8f56a68f14c2e9c7b1eacb3efbe06ce /snap
parentcf670d2eaafb2e1eecf59636ac31aa48d01e0264 (diff)
Minimize history fetch depth to cut down pull time
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 0ab25992..c7de5912 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -35,7 +35,9 @@ parts:
plugin: python
source: https://github.com/bottlepy/bottle.git
source-branch: release-0.12
+ source-depth: 1
docker:
plugin: python
source: https://github.com/docker/docker-py.git
source-tag: '3.7.0'
+ source-depth: 1