[Checkins] SVN: z3c.recipe.ldap/trunk/z3c/recipe/ldap/ Exclude the zc.recipe.egg find-link option

Ross Patterson me at rpatterson.net
Wed Dec 12 21:11:47 EST 2007


Log message for revision 82269:
  Exclude the zc.recipe.egg find-link option
  

Changed:
  U   z3c.recipe.ldap/trunk/z3c/recipe/ldap/conf.py
  U   z3c.recipe.ldap/trunk/z3c/recipe/ldap/docs/README.txt

-=-
Modified: z3c.recipe.ldap/trunk/z3c/recipe/ldap/conf.py
===================================================================
--- z3c.recipe.ldap/trunk/z3c/recipe/ldap/conf.py	2007-12-13 01:25:40 UTC (rev 82268)
+++ z3c.recipe.ldap/trunk/z3c/recipe/ldap/conf.py	2007-12-13 02:11:46 UTC (rev 82269)
@@ -2,7 +2,7 @@
 
 exclude = ['slapd', 'conf', 'urls', 'use-socket', 'recipe',
            'location', 'executable', 'bin-directory',
-           'eggs-directory', 'develop-eggs-directory',
+           'eggs-directory', 'develop-eggs-directory', 'find-links',
            '_e', '_d', '_b']
 paths = ['include', 'pidfile', 'argsfile', 'modulepath', 'directory']
 multiple = ['include', 'access', 'moduleload', 'dbconfig', 'index']

Modified: z3c.recipe.ldap/trunk/z3c/recipe/ldap/docs/README.txt
===================================================================
--- z3c.recipe.ldap/trunk/z3c/recipe/ldap/docs/README.txt	2007-12-13 01:25:40 UTC (rev 82268)
+++ z3c.recipe.ldap/trunk/z3c/recipe/ldap/docs/README.txt	2007-12-13 02:11:46 UTC (rev 82269)
@@ -36,6 +36,7 @@
     ... """
     ... [buildout]
     ... parts = slapd
+    ... find-links = http://download.zope.org/ppix/
     ...
     ... [slapd]
     ... recipe = z3c.recipe.ldap



More information about the Checkins mailing list