# This Configuration is used as a central local for define a release. All the # additional configuration required for a certain release should be added into # this file. This file should be kept empty by default and only be modified into # during a release. [buildout] extends = ../profiles/official.cfg parts += release-patch [release-patch] recipe = plone.recipe.command command = cd ${buildout:directory}/parts/products-erp5/ && patch -p2 < ${buildout:directory}/release-patch/unindexObject.patch update-command = echo "Do nothing"