[buildout] parts = # plone zope2 productdistros svnproducts omelette instance zopepy logrotate find-links = http://dist.plone.org http://effbot.org/downloads http://b.pypi.python.org http://c.pypi.python.org http://d.pypi.python.org extends = http://dist.plone.org/release/3.2.1/versions.cfg versions=versions eggs = Plone elementtree PyXML python-ldap develop = [zope2] recipe = plone.recipe.zope2install url = ${plone:zope2-url} url = ${versions:zope2-url} fake-zope-eggs = true additional-fake-eggs = ZConfig ZODB3 pytz # Use this section to download additional old-style products. # List any number of URLs for product tarballs under URLs (separate # with whitespace, or break over several lines, with subsequent lines # indented). If any archives contain several products inside a top-level # directory, list the archive file name (i.e. the last part of the URL, # normally with a .tar.gz suffix or similar) under 'nested-packages'. # If any archives extract to a product directory with a version suffix, list # the archive name under 'version-suffix-packages'. [productdistros] recipe = plone.recipe.distros urls = nested-packages = version-suffix-packages = [svnproducts] recipe = infrae.subversion urls = http://svn.communesplone.org/svn/communesplone/contacts/trunk@3179 contacts http://svn.communesplone.org/svn/communesplone/CPDescriptive/trunk@3179 CPDescriptive http://svn.communesplone.org/svn/communesplone/CPUtils/trunk CPUtils http://svn.communesplone.org/svn/communesplone/ZopeRepository ZopeRepository [omelette] recipe = collective.recipe.omelette eggs = ${instance:eggs} products = ${instance:products} packages = ${zope2:location}/lib/python ./ [instance] recipe = plone.recipe.zope2instance >=2.0 zope2-location = ${zope2:location} debug-mode = off verbose-security = off #effective-user = zope user = admin:admin http-address = 8080 eggs = ${buildout:eggs} Products.Clouseau Products.DocFinderTab Products.FCKeditor>=2.6.3,<2.6.4 Products.LDAPMultiPlugins>=1.8,<1.9 Products.LDAPUserFolder>=2.12,<2.13 Products.Maps Products.PloneFormGen>=1.2.5,<1.2.6 Products.PloneLDAP>=1.1,<1.2 collective.portlet.tal zcml = collective.portlet.tal products = ${buildout:directory}/products ${productdistros:location} ${svnproducts:location} zope-conf-additional = %include ${buildout:directory}/zope_add.conf [zopepy] recipe = zc.recipe.egg eggs = ${instance:eggs} interpreter = zopepy extra-paths = ${zope2:location}/lib/python scripts = zopepy [logrotate] recipe = collective.recipe.template input = templates/logrotate.conf output = ${buildout:directory}/logrotate.conf