[Checkins] SVN: CMF.buildout/trunk/buildout.cfg Use Patrick Gerken's trick to make the instance recipe work again.

Stefan H. Holek stefan at epy.co.at
Sat Feb 21 16:17:17 EST 2009


Log message for revision 96969:
  Use Patrick Gerken's trick to make the instance recipe work again.

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

-=-
Modified: CMF.buildout/trunk/buildout.cfg
===================================================================
--- CMF.buildout/trunk/buildout.cfg	2009-02-21 21:10:15 UTC (rev 96968)
+++ CMF.buildout/trunk/buildout.cfg	2009-02-21 21:17:16 UTC (rev 96969)
@@ -36,12 +36,15 @@
 recipe = zc.recipe.egg
 eggs = ${buildout:eggs}
 interpreter = zopepy
-scripts = zopepy
+scripts =
+    zopepy
+# XXX: Make script for plone.recipe.zope2instance
+    mkzopeinstance=mkzopeinstance.py
 
 [instance]
 recipe = plone.recipe.zope2instance
 eggs = ${buildout:eggs}
-zope2-location = ${buildout:directory}/src/Zope2
+zope2-location = ${buildout:directory}
 zope2-egg = true
 user = admin:admin
 debug-mode = on



More information about the Checkins mailing list