Commit c6b7e8a7 authored by Romain Courteaud's avatar Romain Courteaud

Deprecate custom bef recipe.

It is needed to use as much as possible the standard erp5 installation.
parent 9a957e20
...@@ -39,7 +39,6 @@ setup(name=name, ...@@ -39,7 +39,6 @@ setup(name=name,
zip_safe=True, zip_safe=True,
entry_points={ entry_points={
'zc.buildout': [ 'zc.buildout': [
'bef_erp5 = slapos.recipe.bef_erp5:Recipe',
'apache.zope.backend = slapos.recipe.apache_zope_backend:Recipe', 'apache.zope.backend = slapos.recipe.apache_zope_backend:Recipe',
'certificate_authority = slapos.recipe.certificate_authority:Recipe', 'certificate_authority = slapos.recipe.certificate_authority:Recipe',
'certificate_authority.request = slapos.recipe.certificate_authority:Request', 'certificate_authority.request = slapos.recipe.certificate_authority:Request',
......
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