From cd1e94c72d598d32bb181e91ed09a0183ecd4db8 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Sun, 25 Aug 2019 06:03:52 +0200 Subject: [PATCH] - The Snap now explicitly pulls in release 0.9.0 of Websockify, instead of just the latest from git - The Snap now explicitly retrieves commit e1d50c8c10563edcacebcaeb32d022906aa003d2, which is the commit that added Snap package support and was the latest commit as of 13 Aug 2019 This is a temporary solution: Once there is a next release of noVNC (e.g 1.2.0) the Snap will be updated to pull in that version from the Releases on Github, instead of a particular git commit --- snap/snapcraft.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 88d002eb..03b1dd86 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -11,7 +11,7 @@ confinement: strict parts: websockify: - source: https://github.com/novnc/websockify.git + source: https://github.com/novnc/websockify/archive/v0.9.0.tar.gz plugin: dump organize: websockify/: utils/websockify/websockify/ @@ -22,6 +22,7 @@ parts: - -docs/notes novnc: source: https://github.com/novnc/noVNC.git #https://github.com/novnc/noVNC/archive/v$SNAPCRAFT_PROJECT_VERSION.tar.gz + source-commit: e1d50c8c10563edcacebcaeb32d022906aa003d2 plugin: dump stage-packages: - bash