]> git.proxmox.com Git - mirror_novnc.git/commit
Remove local copies of websockify
authorSolly Ross <sross@redhat.com>
Mon, 16 Feb 2015 22:03:17 +0000 (17:03 -0500)
committerSolly Ross <sross@redhat.com>
Mon, 16 Feb 2015 22:09:58 +0000 (17:09 -0500)
commit6f5148648bd0e0ffa7ad00474c230f5f1ff4e39f
treeb910165db6bc8006fc7e25fcec9539a32c8ddf0c
parentf675e03cccc5ac6a7f68e992331403ba557b0452
Remove local copies of websockify

This commit removes local copies of websockify.
Instead `utils/launch.sh` performs the following logic:

If `utils/websockify` exists, use `utils/websockify/run` (if the latter
does not exist, or is not executable, fail, since this is probably a
mistake).

Otherwise, check to see if websockify is installed somewhere (try
`which websockify`).  If it is, use that.  Otherwise, clone
websockify from github, and tell git to ignore that directory.

Packaged versions of noVNC should simply list websockify as a
requirement.  The debian packaging has been updated to reflect
this.

Closes #433
debian/control
utils/launch.sh
utils/nova-novncproxy [deleted file]
utils/rebind [deleted file]
utils/rebind.c [deleted file]
utils/websocket.py [deleted file]
utils/websockify.py [deleted symlink]
utils/wsproxy.py [deleted symlink]