[Checkins] SVN: grokproject/trunk/grokproject/template_ Generate a zpasswd wrapper in bin/ for generated projects.

Uli Fouquet uli at gnufix.de
Wed Feb 18 07:01:33 EST 2009


Log message for revision 96690:
  Generate a zpasswd wrapper in bin/ for generated projects.

Changed:
  U   grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl
  U   grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl

-=-
Modified: grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl	2009-02-18 10:14:48 UTC (rev 96689)
+++ grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl	2009-02-18 12:01:33 UTC (rev 96690)
@@ -1,6 +1,6 @@
 [buildout]
 develop = .
-parts = eggbasket app i18n test data log 
+parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = ${newest}
 extends = versions.cfg
@@ -39,6 +39,14 @@
 output = src/${package}/locales
 zcml =
 
+# This section is named so that the zpasswd utility is
+# called `zpasswd`
+[zpasswd]
+recipe = z3c.recipe.dev:script
+eggs = ${egg}
+module = zope.app.server.zpasswd
+method = main
+
 [zope_conf]
 recipe = collective.recipe.template
 input = etc/zope.conf.in

Modified: grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl	2009-02-18 10:14:48 UTC (rev 96689)
+++ grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl	2009-02-18 12:01:33 UTC (rev 96690)
@@ -1,6 +1,6 @@
 [buildout]
 develop = .
-parts = eggbasket app data zopectl i18n test
+parts = eggbasket app data zopectl i18n test zpasswd
 newest = ${newest}
 extends = versions.cfg
 # eggs will be installed in the default buildout location
@@ -68,6 +68,14 @@
 output = src/${package}/locales
 zcml =
 
+# This section is named so that the zpasswd utility is
+# called `zpasswd`
+[zpasswd]
+recipe = z3c.recipe.dev:script
+eggs = ${egg}
+module = zope.app.server.zpasswd
+method = main
+
 [eggbasket]
 recipe = z3c.recipe.eggbasket
 eggs = grok



More information about the Checkins mailing list