[Checkins] SVN: gzo/trunk/ Initial import of the current buildout.cfg from grok.zope.org.

Timo Stollenwerk timo at zmag.de
Tue Sep 15 09:45:03 EDT 2009


Log message for revision 104082:
  Initial import of the current buildout.cfg from grok.zope.org.

Changed:
  _U  gzo/trunk/
  A   gzo/trunk/buildout.cfg
  A   gzo/trunk/src/

-=-

Property changes on: gzo/trunk
___________________________________________________________________
Added: svn:ignore
   + bin
develop-eggs
downloads
fake-eggs
include
lib
parts
.installed.cfg
.project
.pydevproject


Added: gzo/trunk/buildout.cfg
===================================================================
--- gzo/trunk/buildout.cfg	                        (rev 0)
+++ gzo/trunk/buildout.cfg	2009-09-15 13:45:03 UTC (rev 104082)
@@ -0,0 +1,58 @@
+[buildout]
+parts =
+    plone
+    zope2
+    productdistros
+    instance
+    zopepy
+find-links =
+    http://dist.plone.org
+    http://download.zope.org/ppix/
+    http://effbot.org/downloads
+eggs =
+    elementtree
+    Pygments
+    gzo.plonepolicy
+    gzo.plonesmashtheme
+    Products.CacheSetup
+develop =
+    src/gzo.plonepolicy
+    src/gzo.plonesmashtheme
+
+[plone]
+recipe = plone.recipe.plone
+
+[zope2]
+recipe = plone.recipe.zope2install
+url = ${plone:zope2-url}
+
+[productdistros]
+recipe = plone.recipe.distros
+urls =
+nested-packages =
+version-suffix-packages =
+
+[instance]
+recipe = plone.recipe.zope2instance
+zope2-location = ${zope2:location}
+debug-mode = off
+verbose-security = off
+user = grok:grok
+http-address = 127.0.0.1:7000
+effective-user = zope
+eggs =
+    ${buildout:eggs}
+    ${plone:eggs}
+zcml =
+    gzo.plonepolicy
+products =
+    ${buildout:directory}/products
+    ${productdistros:location}
+    ${plone:products}
+
+[zopepy]
+recipe = zc.recipe.egg
+eggs = ${instance:eggs}
+interpreter = zopepy
+extra-paths = ${zope2:location}/lib/python
+scripts = zopepy



More information about the checkins mailing list