From dbd4f115188f1fe5db810deec198bd10d6a2f8a8 Mon Sep 17 00:00:00 2001 From: Rafael Monnerat <rafael@nexedi.com> Date: Fri, 2 Jul 2010 20:45:36 +0000 Subject: [PATCH] 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. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36828 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/profiles/release.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 buildout/profiles/release.cfg diff --git a/buildout/profiles/release.cfg b/buildout/profiles/release.cfg new file mode 100644 index 0000000000..7557bbaa32 --- /dev/null +++ b/buildout/profiles/release.cfg @@ -0,0 +1,7 @@ +# 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 + -- 2.30.9