[Erp5-report] r38478 luke - in /erp5/trunk/buildout: profiles/ software-profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 20 13:42:46 CEST 2010


Author: luke
Date: Mon Sep 20 13:42:46 2010
New Revision: 38478

URL: http://svn.erp5.org?rev=38478&view=rev
Log:
 - use Acquisition and Products.DCWorkflow of nxd flavour
 - as eggs are published in own repository, there is no need to develop them
   in default buildout, right now it is developer responsibility to use proper
   tools for egg development (like mr.developer)

Modified:
    erp5/trunk/buildout/profiles/versions-2.12.cfg
    erp5/trunk/buildout/software-profiles/erp5-2.12.cfg

Modified: erp5/trunk/buildout/profiles/versions-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/versions-2.12.cfg?rev=38478&r1=38477&r2=38478&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/versions-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/versions-2.12.cfg [utf8] Mon Sep 20 13:42:46 2010
@@ -11,9 +11,9 @@ extends =
 # Python 2.6
 SOAPpy = 0.12.0
 
-# clear the Acquisition version pin so our development checkout in local-eggs
-# is used instead
-Acquisition =
+# pin Acquisition and Products.DCWorkflow to Nexedi flavour of eggs
+Acquisition = 2.13.4nxd001
+Products.DCWorkflow = 2.2.1nxd001
 
 # Zope KGS is incompatible with buildout 1.5.0 in case of distribute and
 # zc.buildout, and as ERP5 Appliance trunk wants to use the newest versions of

Modified: erp5/trunk/buildout/software-profiles/erp5-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5-2.12.cfg?rev=38478&r1=38477&r2=38478&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] Mon Sep 20 13:42:46 2010
@@ -11,11 +11,6 @@ parts =
   products-deps
   products-erp5
 
-develop +=
-	${:software_home}/local-eggs/Products.DCWorkflow
-# The patched Acquisition
-	${:software_home}/local-eggs/Acquisition
-
 # ugly itools building sections until itools and setuptools learn to get
 # along:
 




More information about the Erp5-report mailing list