[Checkins] SVN: hurry.workflow/trunk/buildout.cfg Add releaser.
    Martijn Faassen 
    faassen at startifact.com
       
    Fri Feb 10 16:59:44 UTC 2012
    
    
  
Log message for revision 124366:
  Add releaser.
  
Changed:
  U   hurry.workflow/trunk/buildout.cfg
-=-
Modified: hurry.workflow/trunk/buildout.cfg
===================================================================
--- hurry.workflow/trunk/buildout.cfg	2012-02-10 16:58:59 UTC (rev 124365)
+++ hurry.workflow/trunk/buildout.cfg	2012-02-10 16:59:43 UTC (rev 124366)
@@ -1,8 +1,12 @@
 [buildout]
 develop = .
-parts = test
+parts = test releaser
 newest = false
 
+[releaser]
+recipe = z3c.recipe.scripts
+eggs = zest.releaser
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = hurry.workflow [test]
    
    
More information about the checkins
mailing list