[Checkins] SVN: grok/branches/1.1/buildout.cfg cleanup buildout parts

Jan-Wijbrand Kolman janwijbrand at gmail.com
Sun May 30 14:50:20 EDT 2010


Log message for revision 112857:
  cleanup buildout parts

Changed:
  U   grok/branches/1.1/buildout.cfg

-=-
Modified: grok/branches/1.1/buildout.cfg
===================================================================
--- grok/branches/1.1/buildout.cfg	2010-05-30 18:50:07 UTC (rev 112856)
+++ grok/branches/1.1/buildout.cfg	2010-05-30 18:50:20 UTC (rev 112857)
@@ -1,5 +1,5 @@
 [buildout]
-extends = http://svn.zope.org/*checkout*/groktoolkit/tags/1.1/grok.cfg
+extends = http://svn.zope.org/*checkout*/groktoolkit/tags/1.1.1/grok.cfg
 parts =
     docs
     interpreter
@@ -8,8 +8,7 @@
     test
     compattest
     test-grokcore
-    zpasswd
-    zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
+    zope_conf site_zcml deploy_ini debug_ini
     bundlemaker
 develop =
     .
@@ -72,14 +71,6 @@
     grokcore.view
     grokcore.viewlet
 
-# This section is named so that the zpasswd utility is
-# called `zpasswd`
-[zpasswd]
-recipe = z3c.recipe.dev:script
-eggs = grokwiki
-module = zope.app.server.zpasswd
-method = main
-
 [zope_conf]
 recipe = z3c.recipe.template
 input = etc/zope.conf.in
@@ -92,11 +83,6 @@
 input = etc/site.zcml.in
 output = ${buildout:parts-directory}/etc/site.zcml
 
-[zdaemon_conf]
-recipe = z3c.recipe.template
-input = etc/zdaemon.conf.in
-output = ${buildout:parts-directory}/etc/zdaemon.conf
-
 [deploy_ini]
 recipe = z3c.recipe.template
 input = etc/deploy.ini.in
@@ -110,4 +96,4 @@
 [bundlemaker]
 recipe = z3c.recipe.eggbasket:creator
 egg = grok
-versionfile = http://grok.zope.org/releaseinfo/grok-1.1.cfg
+versionfile = http://grok.zope.org/releaseinfo/grok-1.1.1.cfg



More information about the checkins mailing list