From 8fa7d7cfd754d331a973c7f2840b4952fae5719a Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Sat, 30 Nov 2019 01:01:20 +0000 Subject: [PATCH] fix git --- snap/snapcraft.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 1aa359ce10..377d47c237 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -15,7 +15,13 @@ plugs: - /etc/hosts layout: /etc/dvc: - bind: $SNAP_DATA/etc/dvc + bind: $SNAP_DATA/etc/dvc + /usr/share/git-core: + bind: $SNAP/usr/share/git-core + /usr/share/gitweb: + bind: $SNAP/usr/share/gitweb + /usr/lib/git-core: + bind: $SNAP/usr/lib/git-core parts: dvc: plugin: python