From 0520602d18363b4d7d59461fbb8fd56bb141a9d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Wed, 19 Jan 2011 10:54:43 +0000 Subject: [PATCH] - follow buildout-2.12.cfg change to have extends cache prefilled git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42448 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/buildout.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/buildout/buildout.cfg b/buildout/buildout.cfg index 97c64e2f2e..83a9dc529d 100644 --- a/buildout/buildout.cfg +++ b/buildout/buildout.cfg @@ -1,3 +1,7 @@ [buildout] -extends = profiles/official.cfg +# Note: profiles/development.cfg is added only to fill extends cache +# for instances +extends = + profiles/development.cfg + profiles/official.cfg unzip = true -- 2.30.9