[Checkins] SVN: bluebream/branches/ccomb/src/bluebream/bluebream_base/project_template/ test without templating

Christophe Combelles ccomb at free.fr
Sat Apr 24 20:06:44 EDT 2010


Log message for revision 111398:
  test without templating
  

Changed:
  U   bluebream/branches/ccomb/src/bluebream/bluebream_base/project_template/buildout.cfg_tmpl
  U   bluebream/branches/ccomb/src/bluebream/bluebream_base/project_template/debug.ini_tmpl
  A   bluebream/branches/ccomb/src/bluebream/bluebream_base/project_template/etc/zope-debug.conf
  A   bluebream/branches/ccomb/src/bluebream/bluebream_base/project_template/etc/zope.conf
  D   bluebream/branches/ccomb/src/bluebream/bluebream_base/project_template/templates/

-=-
Modified: bluebream/branches/ccomb/src/bluebream/bluebream_base/project_template/buildout.cfg_tmpl
===================================================================
--- bluebream/branches/ccomb/src/bluebream/bluebream_base/project_template/buildout.cfg_tmpl	2010-04-24 23:14:36 UTC (rev 111397)
+++ bluebream/branches/ccomb/src/bluebream/bluebream_base/project_template/buildout.cfg_tmpl	2010-04-25 00:06:43 UTC (rev 111398)
@@ -1,9 +1,3 @@
-[config]
-site_zcml = etc/site.zcml
-blob = var/blob
-filestorage = var/filestorage
-log = var/log
-
 [buildout]
 develop = .
 extends = versions.cfg
@@ -20,11 +14,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/branches/ccomb/src/bluebream/bluebream_base/project_template/debug.ini_tmpl
===================================================================
--- bluebream/branches/ccomb/src/bluebream/bluebream_base/project_template/debug.ini_tmpl	2010-04-24 23:14:36 UTC (rev 111397)
+++ bluebream/branches/ccomb/src/bluebream/bluebream_base/project_template/debug.ini_tmpl	2010-04-25 00:06:43 UTC (rev 111398)
@@ -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

Copied: bluebream/branches/ccomb/src/bluebream/bluebream_base/project_template/etc/zope-debug.conf (from rev 111397, bluebream/branches/ccomb/src/bluebream/bluebream_base/project_template/templates/zope_conf.in)
===================================================================
--- bluebream/branches/ccomb/src/bluebream/bluebream_base/project_template/etc/zope-debug.conf	                        (rev 0)
+++ bluebream/branches/ccomb/src/bluebream/bluebream_base/project_template/etc/zope-debug.conf	2010-04-25 00:06:43 UTC (rev 111398)
@@ -0,0 +1,40 @@
+# Identify the component configuration used to define the site:
+site-definition etc/site.zcml
+
+<zodb>
+
+  <filestorage>
+    path var/filestorage/Data.fs
+    blob-dir var/blob
+  </filestorage>
+
+# Uncomment this if you want to connect to a ZEO server instead:
+#  <zeoclient>
+#    server localhost:8100
+#    storage 1
+#    # ZEO client cache, in bytes
+#    cache-size 20MB
+#    # Uncomment to have a persistent disk cache
+#    #client zeo1
+#  </zeoclient>
+</zodb>
+
+<eventlog>
+  # This sets up logging to both a file and to standard output (STDOUT).
+  # The "path" setting can be a relative or absolute filesystem path or
+  # the tokens STDOUT or STDERR.
+
+  <logfile>
+    path var/log/z3.log
+    formatter zope.exceptions.log.Formatter
+  </logfile>
+
+  <logfile>
+    path STDOUT
+    formatter zope.exceptions.log.Formatter
+  </logfile>
+</eventlog>
+
+#developer mode
+devmode on
+

Copied: bluebream/branches/ccomb/src/bluebream/bluebream_base/project_template/etc/zope.conf (from rev 111397, bluebream/branches/ccomb/src/bluebream/bluebream_base/project_template/templates/zope_conf.in)
===================================================================
--- bluebream/branches/ccomb/src/bluebream/bluebream_base/project_template/etc/zope.conf	                        (rev 0)
+++ bluebream/branches/ccomb/src/bluebream/bluebream_base/project_template/etc/zope.conf	2010-04-25 00:06:43 UTC (rev 111398)
@@ -0,0 +1,36 @@
+# Identify the component configuration used to define the site:
+site-definition etc/site.zcml
+
+<zodb>
+
+  <filestorage>
+    path var/filestorage/Data.fs
+    blob-dir var/blob
+  </filestorage>
+
+# Uncomment this if you want to connect to a ZEO server instead:
+#  <zeoclient>
+#    server localhost:8100
+#    storage 1
+#    # ZEO client cache, in bytes
+#    cache-size 20MB
+#    # Uncomment to have a persistent disk cache
+#    #client zeo1
+#  </zeoclient>
+</zodb>
+
+<eventlog>
+  # This sets up logging to both a file and to standard output (STDOUT).
+  # The "path" setting can be a relative or absolute filesystem path or
+  # the tokens STDOUT or STDERR.
+
+  <logfile>
+    path var/log/z3.log
+    formatter zope.exceptions.log.Formatter
+  </logfile>
+
+  <logfile>
+    path STDOUT
+    formatter zope.exceptions.log.Formatter
+  </logfile>
+</eventlog>



More information about the checkins mailing list