[Checkins] SVN: www.zope.org/trunk/ - also ignore "downloads" folder

Jens Vagelpohl jens at dataflake.org
Thu Aug 21 05:52:11 EDT 2008


Log message for revision 90056:
  - also ignore "downloads" folder
  - fix several typos in buildout.cfg
  - un-pin a few recipes that don't need version pinning
  - move to Plone 3.1.4
  - add find-link to get PILwoTk
  

Changed:
  _U  www.zope.org/trunk/
  U   www.zope.org/trunk/buildout.cfg

-=-

Property changes on: www.zope.org/trunk
___________________________________________________________________
Name: svn:ignore
   - develop-eggs
eggs
parts
.installed.cfg
*.pyc

   + develop-eggs
downloads
eggs
parts
.installed.cfg
*.pyc


Modified: www.zope.org/trunk/buildout.cfg
===================================================================
--- www.zope.org/trunk/buildout.cfg	2008-08-21 09:48:43 UTC (rev 90055)
+++ www.zope.org/trunk/buildout.cfg	2008-08-21 09:52:10 UTC (rev 90056)
@@ -5,6 +5,7 @@
 [buildout]
 find-links =
     http://dist.plone.org
+    http://download.zope.org/distribution/
     http://download.zope.org/ppix/
     http://effbot.org/downloads
 versions = versions
@@ -12,17 +13,16 @@
     plone
     zope2
     zeoserver
-    instance
+    instance1
 eggs =
     elementtree
-    PILwoTK
+    PILwoTk
 develop =
     src/zopeorg.deployment
     src/zopeorg.theme
 
 [versions]
-plone.recipe.plone = 3.1.2
-plone.recipe.zope2instance = 2.0
+plone.recipe.plone = 3.1.4
 Products.PloneFormGen = 1.2.3
 
 [plone]
@@ -36,7 +36,7 @@
 [zeoserver]
 recipe = plone.recipe.zope2zeoserver
 zope2-location = ${zope2:location}
-zeo-address = ${buildout:location}/var/zeo.soc
+zeo-address = ${buildout:directory}/var/zeo.soc
 
 [instance1]
 recipe = plone.recipe.zope2instance



More information about the Checkins mailing list