[Checkins] SVN: zope2_website/buildout/trunk/buildout.cfg - remove varnish from buildout. A system install should be used.

Jens Vagelpohl jens at dataflake.org
Sun May 9 07:35:07 EDT 2010


Log message for revision 112214:
  - remove varnish from buildout. A system install should be used.

Changed:
  U   zope2_website/buildout/trunk/buildout.cfg

-=-
Modified: zope2_website/buildout/trunk/buildout.cfg
===================================================================
--- zope2_website/buildout/trunk/buildout.cfg	2010-05-08 17:28:54 UTC (rev 112213)
+++ zope2_website/buildout/trunk/buildout.cfg	2010-05-09 11:35:06 UTC (rev 112214)
@@ -8,8 +8,6 @@
     zeoserver
     productdistros
     instance
-    varnish-instance
-    varnish-build
     zopepy
     
 # Change the number here to change the version of Plone being used
@@ -111,19 +109,6 @@
 extra-paths = ${zope2:location}/lib/python
 scripts = zopepy
 
-[varnish-build]
-recipe = zc.recipe.cmmi
-url = http://downloads.sourceforge.net/varnish/varnish-2.0.4.tar.gz
-
-
-[varnish-instance]
-recipe = plone.recipe.varnish:instance
-daemon = ${buildout:directory}/parts/varnish-build/sbin/varnishd
-bind = 10080
-cache-size = 250M
-config = ${buildout:directory}/etc/varnish.vcl
-
-
 [roadrunner]
 recipe = roadrunner:plone
 packages-under-test = plonetheme.zope2



More information about the checkins mailing list