Commit 6a7f42d1 authored by Romain Courteaud's avatar Romain Courteaud

Add maatkit to analyze DB configuration.

parent aae98f64
[buildout]
extends =
../perl/buildout.cfg
../perl-DBI/buildout.cfg
parts =
maatkit
[maatkit]
recipe = hexagonit.recipe.cmmi
depends =
${perl:version}
url = http://maatkit.googlecode.com/files/maatkit-7540.tar.gz
md5sum = 55457f98500b096a6bf549356d3445fe
configure-command =
${perl:location}/bin/perl Makefile.PL
[buildout]
extends =
../perl/buildout.cfg
parts =
perl-DBI
[perl-DBI]
recipe = hexagonit.recipe.cmmi
depends =
${perl:version}
url = http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBI-1.616.tar.gz
md5sum = 799313e54a693beb635b47918458f7c4
configure-command =
${perl:location}/bin/perl Makefile.PL
......@@ -59,6 +59,14 @@ link_binary_list =
${poppler:location}/bin/pdfinfo
${poppler:location}/bin/pdftotext
${poppler:location}/bin/pdftohtml
${maatkit:location}/bin/mk-variable-advisor
${maatkit:location}/bin/mk-table-usage
${maatkit:location}/bin/mk-visual-explain
${maatkit:location}/bin/mk-config-diff
${maatkit:location}/bin/mk-deadlock-logger
${maatkit:location}/bin/mk-error-log
${maatkit:location}/bin/mk-index-usage
${maatkit:location}/bin/mk-query-advisor
bt5_repo_list =
${erp5:location}/product/ERP5/bootstrap bt5bootstrap
......
......@@ -15,6 +15,7 @@ parts +=
bt5-repository
checkrecipe
checkz2loganalyser
maatkit
[eggs]
# Just so buildout executes [bef_erp5-recipe] before [eggs], as
......@@ -38,7 +39,7 @@ extra-paths +=
[template]
url = ${:_profile_base_location_}/instance.cfg
md5sum = 675df24f1d544f1d07e1efe4a3a0fe27
md5sum = dc7b3515924a4d18bfb9094fa9538f56
[eggcheck]
recipe = plone.recipe.command
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment