[Erp5-report] r31832 jerome - /experimental/erp5.buildout-zope-2.12/trunk/

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jan 20 10:50:56 CET 2010


Author: jerome
Date: Wed Jan 20 10:50:56 2010
New Revision: 31832

URL: http://svn.erp5.org?rev=31832&view=rev
Log:
* use the new erp5.recipe.testrunner instead of the old general purpose "recipes"
* use our package repository in find-links, which removes the need to have erp5diff
* adds ipdb to eggs


Modified:
    experimental/erp5.buildout-zope-2.12/trunk/base.cfg
    experimental/erp5.buildout-zope-2.12/trunk/sources.cfg

Modified: experimental/erp5.buildout-zope-2.12/trunk/base.cfg
URL: http://svn.erp5.org/experimental/erp5.buildout-zope-2.12/trunk/base.cfg?rev=31832&r1=31831&r2=31832&view=diff
==============================================================================
--- experimental/erp5.buildout-zope-2.12/trunk/base.cfg [utf8] (original)
+++ experimental/erp5.buildout-zope-2.12/trunk/base.cfg [utf8] Wed Jan 20 10:50:56 2010
@@ -3,9 +3,9 @@
 unzip = true
 find-links =
     http://download.zope.org/distribution/
-    https://svn.erp5.org/repos/public/erp5/trunk/utils/erp5diff
     http://download.hforge.org/itools/
     http://dist.repoze.org
+    http://www.nexedi.org/static/packages/source/
 
 parts =
     zope2
@@ -66,6 +66,7 @@
     mechanize
     ClientForm
     numpy
+    ipdb
 
 # Dependency for our fork of PortalTransforms
     StructuredText
@@ -206,7 +207,7 @@
   ${:base}/erp5_l10n_pt-BR/${:revision} erp5_l10n_pt-BR/
 
 [runUnitTest]
-recipe = recipes:run_unit_test
+recipe = erp5.recipe.testrunner
 #zope2-location = ${zope2:location}
 instance-home = ${instance:location}
 products = ${instance:products}

Modified: experimental/erp5.buildout-zope-2.12/trunk/sources.cfg
URL: http://svn.erp5.org/experimental/erp5.buildout-zope-2.12/trunk/sources.cfg?rev=31832&r1=31831&r2=31832&view=diff
==============================================================================
--- experimental/erp5.buildout-zope-2.12/trunk/sources.cfg [utf8] (original)
+++ experimental/erp5.buildout-zope-2.12/trunk/sources.cfg [utf8] Wed Jan 20 10:50:56 2010
@@ -32,7 +32,7 @@
     Products.DCWorkflowGraph
 
 # ERP5 custom buildout recipes
-    recipes
+    erp5.recipe.testrunner
 
 [sources]
 Zope2                               = svn http://svn.zope.org/repos/main/Zope/branches/2.12
@@ -66,4 +66,4 @@
 Products.DCWorkflowGraph            = svn http://svn.plone.org/svn/collective/Products.DCWorkflowGraph/trunk
 
 # Buildout recipes
-recipes                            = svn https://svn.erp5.org/repos/public/experimental/erp5.buildout/recipes
+erp5.recipe.testrunner              = svn https://svn.erp5.org/repos/public/erp5/trunk/utils/erp5.recipe.testrunner/




More information about the Erp5-report mailing list