Commit fbdc862d authored by Julien Muchembled's avatar Julien Muchembled

Minor clean-up

parent 46739e82
...@@ -18,10 +18,6 @@ extends = ...@@ -18,10 +18,6 @@ extends =
../curl/buildout.cfg ../curl/buildout.cfg
../../stack/slapos.cfg ../../stack/slapos.cfg
[mariadb]
# Compile dir is for plugins, not needed in boinc
keep-compile-dir = false
#checkout boinc package from svn repository #checkout boinc package from svn repository
[boinc-package] [boinc-package]
recipe = plone.recipe.command recipe = plone.recipe.command
......
[buildout] [buildout]
versions = versions
extends = extends =
buildout.hash.cfg buildout.hash.cfg
../../stack/slapos.cfg ../../stack/slapos.cfg
......
...@@ -34,9 +34,6 @@ eggs = ...@@ -34,9 +34,6 @@ eggs =
${lxml-python:egg} ${lxml-python:egg}
${pycrypto-python:egg} ${pycrypto-python:egg}
[mariadb]
keep-compile-dir = false
[versions] [versions]
# Generated automatically by buildout-versions # Generated automatically by buildout-versions
async = 0.6.1 async = 0.6.1
......
...@@ -47,10 +47,6 @@ download-only = true ...@@ -47,10 +47,6 @@ download-only = true
url = ${:_profile_base_location_}/${:filename} url = ${:_profile_base_location_}/${:filename}
mode = 0644 mode = 0644
[mariadb]
# Compile dir is for plugins, there's no plugin in LAMP
keep-compile-dir = false
[application] [application]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
ignore-existing = true ignore-existing = true
...@@ -146,5 +142,3 @@ eggs = ...@@ -146,5 +142,3 @@ eggs =
${lxml-python:egg} ${lxml-python:egg}
${pycurl:egg} ${pycurl:egg}
slapos.toolbox slapos.toolbox
[versions]
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