[Checkins] SVN: hurry.query/trunk/buildout.cfg Add zest.releaser.

Martijn Faassen cvs-admin at zope.org
Fri Jun 22 13:18:19 UTC 2012


Log message for revision 127011:
  Add zest.releaser.
  

Changed:
  U   hurry.query/trunk/buildout.cfg

-=-
Modified: hurry.query/trunk/buildout.cfg
===================================================================
--- hurry.query/trunk/buildout.cfg	2012-06-22 13:17:34 UTC (rev 127010)
+++ hurry.query/trunk/buildout.cfg	2012-06-22 13:18:15 UTC (rev 127011)
@@ -1,8 +1,12 @@
 [buildout]
 develop = . 
-parts = test
+parts = releaser test
 newest = false
 
+[releaser]
+recipe = z3c.recipe.scripts
+eggs = zest.releaser
+
 [test]
 recipe = zc.recipe.testrunner
 eggs =



More information about the checkins mailing list