Skip to content

WIP: New experimental "graph" command

Jérome Perrin requested to merge jerome/slapos.buildout:feat/graph into 2.5.2-nexedi

Produce a graphviz compatible graph of the parts dependencies. fdp layout option seems to produce more readable graphs in this case. Example invocation:

  buildout graph | fdp -t svg -o buildout.svg

This is not really for merge, it's a quick and dirty patch that can be interesting for others.

Also, I believe it does not handle macros correctly, some dependencies might be missing.

Merge request reports