- 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 e1d50c8c10, 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
This commit is contained in:
Tim Edwards 2019-08-25 06:03:52 +02:00
parent be129ca391
commit cd1e94c72d
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ confinement: strict
parts: parts:
websockify: websockify:
source: https://github.com/novnc/websockify.git source: https://github.com/novnc/websockify/archive/v0.9.0.tar.gz
plugin: dump plugin: dump
organize: organize:
websockify/: utils/websockify/websockify/ websockify/: utils/websockify/websockify/
@ -22,6 +22,7 @@ parts:
- -docs/notes - -docs/notes
novnc: novnc:
source: https://github.com/novnc/noVNC.git #https://github.com/novnc/noVNC/archive/v$SNAPCRAFT_PROJECT_VERSION.tar.gz source: https://github.com/novnc/noVNC.git #https://github.com/novnc/noVNC/archive/v$SNAPCRAFT_PROJECT_VERSION.tar.gz
source-commit: e1d50c8c10563edcacebcaeb32d022906aa003d2
plugin: dump plugin: dump
stage-packages: stage-packages:
- bash - bash