For generating the Wicket manual, we want to use plantuml from
asciidoctor. This requires the availability of graphviz (i.e. dot) on
the server.
Is this available, and if so where can the executable be found? If it
isn't available, can it be made available?
Many thanks!
Martijn
On 11/18/2016 09:56 AM, Martijn Dashorst wrote:
> For generating the Wicket manual, we want to use plantuml from
> asciidoctor. This requires the availability of graphviz (i.e. dot) on
> the server.
>
> Is this available, and if so where can the executable be found? If it
> isn't available, can it
How would I do that from a buildbot configuration?
AFAIK the buildbot itself is already running in a python process, and
executing shell commands from it won't retain the virtual env?
The docs for buildbot and virtualenv assume running in a shell, not
running in python running a shell after a she
Hi Martin,
Added to the new slave you use:-
...bb-slave1:~# which dot
/usr/bin/dot
...bb-slave1:~# dot -version
dot - graphviz version 2.36.0 (20140111.2315)
libdir = "/usr/lib/graphviz"
Activated plugin library: libgvplugin_dot_layout.so.6
Using layout: dot:dot_layout
Activated plugin library: l