[BlueBream] mention extends-cache option in buildout.cfg

Baiju M baiju.m.mail at gmail.com
Fri Jul 16 05:01:13 EDT 2010


Hi,

What about mentioning "extends-cache" option in the project template file ?
(Now we are referring to BB version file, which is referring ztk &
zopeapp files).

Index: src/bluebream/bluebream_base/project_template/buildout.cfg_tmpl
===================================================================
--- src/bluebream/bluebream_base/project_template/buildout.cfg_tmpl
 (revision 114696)
+++ src/bluebream/bluebream_base/project_template/buildout.cfg_tmpl
 (working copy)
@@ -1,6 +1,9 @@
 [buildout]
 develop = .
 extends = http://download.zope.org/bluebream/bluebream-${bluebream}.cfg
+# To cache the extended configuration files, uncomment the following
+# line and create a directory named "extends-cache"
+#extends-cache = extends-cache
 parts = app
         test

Regards,
Baiju M


More information about the bluebream mailing list