diff --git a/buildout/profiles/development-2.12.cfg b/buildout/profiles/development-2.12.cfg index 6cd70da59b357d6973e7bf6c7049ccdf009d8cc4..384160645684569973121b2a104c2cde1727fe53 100644 --- a/buildout/profiles/development-2.12.cfg +++ b/buildout/profiles/development-2.12.cfg @@ -2,7 +2,9 @@ # You should build a software home before use this recipe. [buildout] -extends = deployment-2.12.cfg +extends = + bt5.cfg + deployment-2.12.cfg parts += development-site diff --git a/buildout/profiles/development.cfg b/buildout/profiles/development.cfg index ab0fdbc26b857c34ada7728316be95eaa9c3afc7..84c43ed1b2ec752509bd2933947243cf08387cca 100644 --- a/buildout/profiles/development.cfg +++ b/buildout/profiles/development.cfg @@ -2,7 +2,9 @@ # You should build a software home before use this recipe. [buildout] -extends = deployment.cfg +extends = + bt5.cfg + deployment.cfg parts += development-site diff --git a/buildout/profiles/software-common.cfg b/buildout/profiles/software-common.cfg index ed91d8eb3d20d30a080a027beb51613697fdca5c..17c36318e337613885a6a49de5ec2e8376887d09 100644 --- a/buildout/profiles/software-common.cfg +++ b/buildout/profiles/software-common.cfg @@ -22,6 +22,7 @@ eggs = erp5.recipe.apache erp5.recipe.cloudoooinstance erp5.recipe.genbt5list + erp5.recipe.btrepository erp5.recipe.memcachedserver erp5.recipe.mysqldatabase erp5.recipe.mysqlserver