From fb4eea8b8f7855973b590c7dde6fcf799d7fb98d Mon Sep 17 00:00:00 2001 From: uli-heller Date: Mon, 17 Jul 2017 18:32:25 +0200 Subject: [PATCH] snap: Use the current checkout as source of the snap (#2873) --- snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index d41072cc70..85d48331f7 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: nikola -version: 7.8.9 +version: 7.8.9-0dp01 summary: A static website generator description: A static website generator confinement: strict @@ -15,7 +15,7 @@ parts: plugin: dump source: scripts/snapcraft nikola: - source: git://github.com/getnikola/nikola.git + source: . stage-packages: - locales - libc-bin