Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f4f6c54b authored by LOUP David's avatar LOUP David
Browse files

Add warning when generating network diagram about graphviz version (bug 11470)

parent e8167b8c
No related branches found
No related tags found
No related merge requests found
Pipeline #122123 passed
...@@ -34,6 +34,7 @@ class SiteNetworkGenerator < WikiGenerator ...@@ -34,6 +34,7 @@ class SiteNetworkGenerator < WikiGenerator
@generated_content += MW::LINE_FEED @generated_content += MW::LINE_FEED
# this will generate dot and png network maps in the current directory # this will generate dot and png network maps in the current directory
puts "WARNING : Graph generation depends on graphviz version, check the graphs before uploading it. graphviz 2.40.1-6 seems to work correctly"
check_network_description({:sites => [@site], :dot => true}) check_network_description({:sites => [@site], :dot => true})
end end
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment