[Checkins] SVN: zopetoolkit/trunk/buildout.cfg Use the HTTP url to z3c.recipe.compattest for now, because I want to test it on the buildbot.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Thu Dec 16 17:56:27 EST 2010


Log message for revision 118977:
  Use the HTTP url to z3c.recipe.compattest for now, because I want to test it on the buildbot.

Changed:
  U   zopetoolkit/trunk/buildout.cfg

-=-
Modified: zopetoolkit/trunk/buildout.cfg
===================================================================
--- zopetoolkit/trunk/buildout.cfg	2010-12-16 22:52:04 UTC (rev 118976)
+++ zopetoolkit/trunk/buildout.cfg	2010-12-16 22:56:26 UTC (rev 118977)
@@ -10,6 +10,7 @@
     checkversions
 
 extensions = mr.developer
+auto-checkout = z3c.recipe.compattest
 
 allow-picked-versions = false
 versions = versions
@@ -18,6 +19,9 @@
 # needed by mr.developer with python 2.4:
 elementtree = 1.2.6-20050316
 
+[sources]
+z3c.recipe.compattest = http://svn.zope.org/repos/main/z3c.recipe.compattest/trunk
+
 [test-ztk]
 # individual test runners for the ztk
 recipe = z3c.recipe.compattest



More information about the checkins mailing list