[Checkins] SVN: bluebream/trunk/ removed buildout templating and include two zope.conf files,

Christophe Combelles ccomb at free.fr
Mon Apr 26 04:29:20 EDT 2010


Log message for revision 111412:
  removed buildout templating and include two zope.conf files,
  one for deployment and one for debugging with devmode
  
  

Changed:
  U   bluebream/trunk/CHANGES.txt
  U   bluebream/trunk/src/bluebream/bluebream_base/project_template/buildout.cfg_tmpl
  U   bluebream/trunk/src/bluebream/bluebream_base/project_template/debug.ini_tmpl
  D   bluebream/trunk/src/bluebream/bluebream_base/project_template/templates/

-=-
Modified: bluebream/trunk/CHANGES.txt
===================================================================
--- bluebream/trunk/CHANGES.txt	2010-04-26 08:16:25 UTC (rev 111411)
+++ bluebream/trunk/CHANGES.txt	2010-04-26 08:29:20 UTC (rev 111412)
@@ -15,6 +15,9 @@
 
 - Added zope.app.schema registrations to be able to register a named vocabulary
 
+- removed buildout templating and include two zope.conf files,
+  one for deployment and one for debugging with devmode
+
 1.0a5 (2010-03-28)
 ------------------
 

Modified: bluebream/trunk/src/bluebream/bluebream_base/project_template/buildout.cfg_tmpl
===================================================================
--- bluebream/trunk/src/bluebream/bluebream_base/project_template/buildout.cfg_tmpl	2010-04-26 08:16:25 UTC (rev 111411)
+++ bluebream/trunk/src/bluebream/bluebream_base/project_template/buildout.cfg_tmpl	2010-04-26 08:29:20 UTC (rev 111412)
@@ -1,14 +1,7 @@
-[config]
-site_zcml = etc/site.zcml
-blob = var/blob
-filestorage = var/filestorage
-log = var/log
-
 [buildout]
 develop = .
 extends = versions.cfg
 parts = app
-        zope_conf
         test 
 
 [app]
@@ -20,11 +13,6 @@
        PasteDeploy
 interpreter = ${interpreter}
 
-[zope_conf]
-recipe = collective.recipe.template
-input = templates/zope_conf.in
-output = etc/zope.conf
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = ${project}

Modified: bluebream/trunk/src/bluebream/bluebream_base/project_template/debug.ini_tmpl
===================================================================
--- bluebream/trunk/src/bluebream/bluebream_base/project_template/debug.ini_tmpl	2010-04-26 08:16:25 UTC (rev 111411)
+++ bluebream/trunk/src/bluebream/bluebream_base/project_template/debug.ini_tmpl	2010-04-26 08:29:20 UTC (rev 111412)
@@ -57,5 +57,5 @@
 port = 8080
 
 [DEFAULT]
-# set the name of the zope.conf file
-zope_conf = %(here)s/etc/zope.conf
+# set the name of the debug zope.conf file
+zope_conf = %(here)s/etc/zope-debug.conf



More information about the checkins mailing list