[Checkins] SVN: grok/branches/ksmith_mcweekly-layers/buildout.cfg reverse custom buildout.cfg tweaks

Kevin Smith kevin at mcweekly.com
Sun Apr 15 04:13:00 EDT 2007


Log message for revision 74146:
  reverse custom buildout.cfg tweaks

Changed:
  U   grok/branches/ksmith_mcweekly-layers/buildout.cfg

-=-
Modified: grok/branches/ksmith_mcweekly-layers/buildout.cfg
===================================================================
--- grok/branches/ksmith_mcweekly-layers/buildout.cfg	2007-04-15 08:10:00 UTC (rev 74145)
+++ grok/branches/ksmith_mcweekly-layers/buildout.cfg	2007-04-15 08:12:59 UTC (rev 74146)
@@ -1,11 +1,10 @@
 [buildout]
 develop = . grokwiki ldapaddressbook
-parts = data instance testdata testinstance test
+parts = zope3 data instance testdata testinstance test
 
 [zope3]
-location=/root/zope3
-#recipe = zc.recipe.zope3checkout
-#url = svn://svn.zope.org/repos/main/Zope3/branches/3.3
+recipe = zc.recipe.zope3checkout
+url = svn://svn.zope.org/repos/main/Zope3/branches/3.3
 
 [data]
 recipe = zc.recipe.filestorage
@@ -55,7 +54,7 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = grok
-extra-paths = /root/zope3/src
+extra-paths = parts/zope3/src
 working-directory = parts/testinstance
 defaults = ['--tests-pattern', '^f?tests$',
             '-v'



More information about the Checkins mailing list