[Checkins] SVN: ldappas/trunk/buildout.cfg * lock down buildout to 1.4.3 until a new zc.recipe.cmmi can be

Martijn Faassen faassen at startifact.com
Thu Dec 2 10:09:04 EST 2010


Log message for revision 118668:
  * lock down buildout to 1.4.3 until a new zc.recipe.cmmi can be
    released.
  
  * Update to newer openldap, so that things compile with modern gcc.
  
  

Changed:
  U   ldappas/trunk/buildout.cfg

-=-
Modified: ldappas/trunk/buildout.cfg
===================================================================
--- ldappas/trunk/buildout.cfg	2010-12-02 15:08:33 UTC (rev 118667)
+++ ldappas/trunk/buildout.cfg	2010-12-02 15:09:03 UTC (rev 118668)
@@ -2,15 +2,27 @@
 develop = . 
 parts = openldap python-ldap
         test
+versions = versions
 
+# all this is to pin buildout to 1.4.3, as zc.recipe.cmmi is not yet updated
+# to work with buildout 1.5.
+# run bootstrap.py with -v 1.4.3 too
+# once zc.recipe.cmmi is updated to support buildout 1.5, this
+# versions section can be removed
+[versions]
+zc.buildout = 1.4.3
+zc.recipe.egg = 1.2.2
+zc.recipe.scripts = 1.0.0
+zc.recipe.testrunner = 1.3.0
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = ldappas
 
 [openldap]
 recipe = zc.recipe.cmmi
-url = http://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.4.11.tgz 
-extra_options= --disable-slapd --disable-backends
+url = http://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.4.23.tgz 
+extra_options= --disable-slapd --disable-backends 
 
 [python-ldap]
 recipe = zc.recipe.egg:custom



More information about the checkins mailing list