Commit ac1c8fd3 authored by Vivien Alger's avatar Vivien Alger

Reverting everything

parent b780463e
[buildout]
parts =
noVNC
websockify
[noVNC]
recipe = hexagonit.recipe.download
url = https://github.com/kanaka/noVNC/tarball/master
strip-top-level-dir = true
[websockify]
recipe = hexagonit.recipe.download
url = https://github.com/desaintmartin/websockify/tarball/master
strip-top-level-dir = true
destination = ${noVNC:location}/utils/
......@@ -11,7 +11,7 @@ qemu_path = ${kvm:location}/bin/qemu-system-x86_64
qemu_img_path = ${kvm:location}/bin/qemu-img
#slapmonitor_path = ${buildout:bin-directory}/slapmonitor
#slapreport_path = ${buildout:bin-directory}/slapreport
websockify_path = ${noVNC:location}/utils/wsproxy.py
websockify_path = ${buildout:parts-directory}/noVNC/utils/wsproxy.py
noVNC_location = ${buildout:parts-directory}/noVNC/
smp_count = 1
......
......@@ -8,7 +8,7 @@ extends =
../component/readline/buildout.cfg
../component/ncurses/buildout.cfg
../component/libuuid/buildout.cfg
../component/websockify/buildout.cfg
../component/noVNC/buildout.cfg
extensions =
slapos.rebootstrap
......
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