EBernhardson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/149903

Change subject: Add graphviz package dependency for xhprof
......................................................................

Add graphviz package dependency for xhprof

Xhprof has the ability to draw callgraphs, exposed in its interface
as the `View Callgraph` button.  Currently this just outputs an error
about a missing program, adding graphviz installs the appropriate
programs and restores this functionality.

Change-Id: If2e16dd6c71bf17e64997d06cc56033999f3b8da
---
M puppet/modules/xhprof/manifests/init.pp
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/03/149903/1

diff --git a/puppet/modules/xhprof/manifests/init.pp 
b/puppet/modules/xhprof/manifests/init.pp
index 3772adb..d452c88 100644
--- a/puppet/modules/xhprof/manifests/init.pp
+++ b/puppet/modules/xhprof/manifests/init.pp
@@ -67,4 +67,7 @@
         source  => 'puppet:///modules/xhprof/xhprof-apache-config',
         require => Php::Ini['xhprof'],
     }
+
+    # The 'View Callgraph' buttons in the xhprof ui require graphviz
+    package { 'graphviz': }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/149903
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If2e16dd6c71bf17e64997d06cc56033999f3b8da
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to