Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Eric Zheng
slapos
Commits
6a7f42d1
Commit
6a7f42d1
authored
Jun 21, 2011
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add maatkit to analyze DB configuration.
parent
aae98f64
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
39 additions
and
1 deletion
+39
-1
component/maatkit/buildout.cfg
component/maatkit/buildout.cfg
+15
-0
component/perl-DBI/buildout.cfg
component/perl-DBI/buildout.cfg
+14
-0
software/sanef/instance.cfg
software/sanef/instance.cfg
+8
-0
software/sanef/software.cfg
software/sanef/software.cfg
+2
-1
No files found.
component/maatkit/buildout.cfg
0 → 100644
View file @
6a7f42d1
[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
component/perl-DBI/buildout.cfg
0 → 100644
View file @
6a7f42d1
[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
software/sanef/instance.cfg
View file @
6a7f42d1
...
...
@@ -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
...
...
software/sanef/software.cfg
View file @
6a7f42d1
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment