[Checkins] SVN: grokproject/branches/ulif-dynamic_conf_files/grokproject/template_paste/buildout.cfg_tmpl Use configfile generators in generated buildouts.

Uli Fouquet uli at gnufix.de
Wed Feb 4 20:52:35 EST 2009


Log message for revision 96119:
  Use configfile generators in generated buildouts.

Changed:
  U   grokproject/branches/ulif-dynamic_conf_files/grokproject/template_paste/buildout.cfg_tmpl

-=-
Modified: grokproject/branches/ulif-dynamic_conf_files/grokproject/template_paste/buildout.cfg_tmpl
===================================================================
--- grokproject/branches/ulif-dynamic_conf_files/grokproject/template_paste/buildout.cfg_tmpl	2009-02-05 01:51:24 UTC (rev 96118)
+++ grokproject/branches/ulif-dynamic_conf_files/grokproject/template_paste/buildout.cfg_tmpl	2009-02-05 01:52:35 UTC (rev 96119)
@@ -1,6 +1,7 @@
 [buildout]
 develop = .
-parts = eggbasket app i18n test data log
+parts = eggbasket app i18n test data log 
+        zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = ${newest}
 extends = versions.cfg
 # eggs will be installed in the default buildout location
@@ -38,6 +39,32 @@
 output = src/${package}/locales
 zcml =
 
+[zope_conf]
+recipe = collective.recipe.template
+input = cfg_templates/zope.conf.in
+output = etc/zope.conf
+
+[site_zcml]
+recipe = collective.recipe.template
+input = cfg_templates/site.zcml.in
+output = etc/site.zcml
+
+[zdaemon_conf]
+recipe = collective.recipe.template
+input = cfg_templates/zdaemon.conf.in
+output = etc/zdaemon.conf
+
+[deploy_ini]
+recipe = collective.recipe.template
+input = cfg_templates/deploy.ini.in
+output = etc/deploy.ini
+
+[debug_ini]
+recipe = collective.recipe.template
+input = cfg_templates/debug.ini.in
+output = etc/debug.ini
+
+
 [eggbasket]
 recipe = z3c.recipe.eggbasket
 eggs = grok



More information about the Checkins mailing list