fix noVNC submodule path since brozzler webconsole has moved

This commit is contained in:
Noah Levitt 2016-06-28 16:15:16 +00:00
parent cb4a16e58c
commit 6a11e1da2a
2 changed files with 3 additions and 3 deletions

4
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "webconsole/brozzler-webconsole/static/noVNC"] [submodule "brozzler/webconsole/static/noVNC"]
path = webconsole/brozzler-webconsole/static/noVNC path = brozzler/webconsole/static/noVNC
url = https://github.com/kanaka/noVNC.git url = https://github.com/kanaka/noVNC.git

View File

@ -21,7 +21,7 @@ import setuptools
setuptools.setup( setuptools.setup(
name='brozzler', name='brozzler',
version='1.1.dev23', version='1.1.dev24',
description='Distributed web crawling with browsers', description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler', url='https://github.com/internetarchive/brozzler',
author='Noah Levitt', author='Noah Levitt',