Commit 2d6a6749 authored by Vivien Alger's avatar Vivien Alger

Separated both component

parent abd78dcb
[buildout]
parts =
noVNC
websockify
......@@ -9,9 +8,3 @@ recipe = hexagonit.recipe.download
url = https://github.com/kanaka/noVNC/tarball/master
strip-top-level-dir = true
[websockify]
noVNC_dummy = ${noVNC:location}
recipe = hexagonit.recipe.download
url = https://github.com/desaintmartin/websockify/tarball/master
strip-top-level-dir = true
destination = ${noVNC:location}/utils/
[buildout]
extends =
../noVNC/buildout.cfg
parts =
websockify
[websockify]
recipe = hexagonit.recipe.download
url = https://github.com/desaintmartin/websockify/tarball/master
strip-top-level-dir = true
destination = ${noVNC:location}/utils/
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment