[Checkins] SVN: grok/branches/ksmith_mcweekly-layers/buildout.cfg revert buildout.cfg customizations

Kevin Smith kevin at mcweekly.com
Wed Apr 18 15:50:12 EDT 2007


Log message for revision 74242:
  revert buildout.cfg customizations

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-18 19:48:59 UTC (rev 74241)
+++ grok/branches/ksmith_mcweekly-layers/buildout.cfg	2007-04-18 19:50:11 UTC (rev 74242)
@@ -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
@@ -56,7 +55,6 @@
 recipe = zc.recipe.testrunner
 eggs = grok
 extra-paths = parts/zope3/src
-		/root/zope3/src
 working-directory = parts/testinstance
 defaults = ['--tests-pattern', '^f?tests$',
             '-v'



More information about the Checkins mailing list