[Checkins] SVN: bluebream/trunk/ Added the "extends-cache" Buildout option to cache

Baiju M baiju.m.mail at gmail.com
Fri Jul 23 07:42:56 EDT 2010


Log message for revision 114954:
  Added the "extends-cache" Buildout option to cache
  the extended configuration files
  

Changed:
  U   bluebream/trunk/CHANGES.txt
  U   bluebream/trunk/src/bluebream/bluebream_base/project_template/buildout.cfg_tmpl
  A   bluebream/trunk/src/bluebream/bluebream_base/project_template/extends-cache/
  A   bluebream/trunk/src/bluebream/bluebream_base/project_template/extends-cache/README.txt
  U   bluebream/trunk/src/bluebream/bluebream_base/tests/bluebream.txt

-=-
Modified: bluebream/trunk/CHANGES.txt
===================================================================
--- bluebream/trunk/CHANGES.txt	2010-07-23 11:11:18 UTC (rev 114953)
+++ bluebream/trunk/CHANGES.txt	2010-07-23 11:42:56 UTC (rev 114954)
@@ -4,9 +4,10 @@
 1.0b4 (unreleased)
 ------------------
 
-- fixed the generated buildout and make it repeatable
+- Fixed the generated buildout and make it repeatable
+- Added the "extends-cache" Buildout option to cache
+  the extended configuration files
 
-
 1.0b3 (2010-07-11)
 ------------------
 

Modified: bluebream/trunk/src/bluebream/bluebream_base/project_template/buildout.cfg_tmpl
===================================================================
--- bluebream/trunk/src/bluebream/bluebream_base/project_template/buildout.cfg_tmpl	2010-07-23 11:11:18 UTC (rev 114953)
+++ bluebream/trunk/src/bluebream/bluebream_base/project_template/buildout.cfg_tmpl	2010-07-23 11:42:56 UTC (rev 114954)
@@ -6,6 +6,10 @@
 
 versions = versions
 
+# This option enable caching of extended configuration files.
+# Cached configuration files will be saved inside `extends-cache`
+extends-cache = extends-cache
+
 # Don't let Buildout choose itself the versions, and make it repeatable.
 # You should pin down versions in the [versions] section.
 allow-picked-versions = false

Added: bluebream/trunk/src/bluebream/bluebream_base/project_template/extends-cache/README.txt
===================================================================
--- bluebream/trunk/src/bluebream/bluebream_base/project_template/extends-cache/README.txt	                        (rev 0)
+++ bluebream/trunk/src/bluebream/bluebream_base/project_template/extends-cache/README.txt	2010-07-23 11:42:56 UTC (rev 114954)
@@ -0,0 +1,2 @@
+This is the directory where Buildout saves cached configuration
+files downloaded from remote URLs.

Modified: bluebream/trunk/src/bluebream/bluebream_base/tests/bluebream.txt
===================================================================
--- bluebream/trunk/src/bluebream/bluebream_base/tests/bluebream.txt	2010-07-23 11:11:18 UTC (rev 114953)
+++ bluebream/trunk/src/bluebream/bluebream_base/tests/bluebream.txt	2010-07-23 11:42:56 UTC (rev 114954)
@@ -71,6 +71,7 @@
 sample/etc/site.zcml
 sample/etc/zope-debug.conf
 sample/etc/zope.conf
+sample/extends-cache/README.txt
 sample/src/sample/__init__.py
 sample/src/sample/configure.zcml
 sample/src/sample/debug.py
@@ -137,6 +138,7 @@
 sample.main/etc/site.zcml
 sample.main/etc/zope-debug.conf
 sample.main/etc/zope.conf
+sample.main/extends-cache/README.txt
 sample.main/src/sample/__init__.py
 sample.main/src/sample/main/__init__.py
 sample.main/src/sample/main/configure.zcml
@@ -209,6 +211,7 @@
 sample.app.main/etc/site.zcml
 sample.app.main/etc/zope-debug.conf
 sample.app.main/etc/zope.conf
+sample.app.main/extends-cache/README.txt
 sample.app.main/src/sample/__init__.py
 sample.app.main/src/sample/app/__init__.py
 sample.app.main/src/sample/app/main/__init__.py
@@ -281,6 +284,7 @@
 foobar.foobar/etc/site.zcml
 foobar.foobar/etc/zope-debug.conf
 foobar.foobar/etc/zope.conf
+foobar.foobar/extends-cache/README.txt
 foobar.foobar/src/foobar/__init__.py
 foobar.foobar/src/foobar/foobar/__init__.py
 foobar.foobar/src/foobar/foobar/configure.zcml
@@ -350,6 +354,7 @@
 sampleproject/etc/site.zcml
 sampleproject/etc/zope-debug.conf
 sampleproject/etc/zope.conf
+sampleproject/extends-cache/README.txt
 sampleproject/src/sample/__init__.py
 sampleproject/src/sample/main/__init__.py
 sampleproject/src/sample/main/configure.zcml



More information about the checkins mailing list