[Checkins] SVN: grokproject/trunk/ Fix https://bugs.launchpad.net/bugs/161947: The buildout.cfg

Philipp von Weitershausen philikon at philikon.de
Sun Nov 11 05:12:16 EST 2007


Log message for revision 81738:
    Fix https://bugs.launchpad.net/bugs/161947: The buildout.cfg
    template contained the [data] section twice.
  
  

Changed:
  U   grokproject/trunk/README.txt
  U   grokproject/trunk/grokproject/template/buildout.cfg_tmpl

-=-
Modified: grokproject/trunk/README.txt
===================================================================
--- grokproject/trunk/README.txt	2007-11-11 10:10:13 UTC (rev 81737)
+++ grokproject/trunk/README.txt	2007-11-11 10:12:16 UTC (rev 81738)
@@ -28,6 +28,9 @@
 * Each of the interactive questions can now be set with an commandline
   option.
 
+* Fix https://bugs.launchpad.net/bugs/161947: The buildout.cfg
+  template contained the [data] section twice.
+
 0.6 (2007-10-10)
 ----------------
 

Modified: grokproject/trunk/grokproject/template/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template/buildout.cfg_tmpl	2007-11-11 10:10:13 UTC (rev 81737)
+++ grokproject/trunk/grokproject/template/buildout.cfg_tmpl	2007-11-11 10:12:16 UTC (rev 81738)
@@ -7,9 +7,6 @@
 extends= ${extends}
 versions = versions
 
-[data]
-recipe = zc.recipe.filestorage
-
 [app]
 recipe = zc.zope3recipes>=0.5.3:application
 eggs = ${egg}



More information about the Checkins mailing list