- 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:
parent
be129ca391
commit
cd1e94c72d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue