[Checkins] SVN: ldappas/trunk/ Install zest releaser into buildout.

Martijn Faassen faassen at startifact.com
Tue Jan 25 11:23:29 EST 2011


Log message for revision 119909:
  Install zest releaser into buildout.
  

Changed:
  U   ldappas/trunk/CHANGES.txt
  U   ldappas/trunk/buildout.cfg

-=-
Modified: ldappas/trunk/CHANGES.txt
===================================================================
--- ldappas/trunk/CHANGES.txt	2011-01-25 16:22:04 UTC (rev 119908)
+++ ldappas/trunk/CHANGES.txt	2011-01-25 16:23:28 UTC (rev 119909)
@@ -3,10 +3,14 @@
 ===============
 
 0.8 - (unreleased)
-====================
+==================
 
 * Changes to use the ZTK import locations.
 
+* Use newer version of openldap for test builds.
+
+* zest.releaser support in buildout
+
 * Reduce dependencies. zope.app.testing dependency still exists, though,
   and should be removed by adjusting the tests.
 

Modified: ldappas/trunk/buildout.cfg
===================================================================
--- ldappas/trunk/buildout.cfg	2011-01-25 16:22:04 UTC (rev 119908)
+++ ldappas/trunk/buildout.cfg	2011-01-25 16:23:28 UTC (rev 119909)
@@ -2,6 +2,7 @@
 develop = . 
 parts = openldap python-ldap
         test
+        releaser
 versions = versions
 
 # versions section can be removed
@@ -23,3 +24,7 @@
                /sw/include/sasl
 library-dirs = ${buildout:directory}/parts/openldap/lib
 rpath = ${buildout:directory}/parts/openldap/lib
+
+[releaser]
+recipe = z3c.recipe.scripts
+eggs = zest.releaser



More information about the checkins mailing list