[Erp5-report] r40922 luke - /erp5/trunk/buildout/profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 30 13:42:11 CET 2010


Author: luke
Date: Tue Nov 30 13:42:11 2010
New Revision: 40922

URL: http://svn.erp5.org?rev=40922&view=rev
Log:
 - software part of appliance needs some common parts, like used extensions
   with part of their configuration to be *not* shared with instance part of
   appliance, so split it and provide software common profile

Added:
    erp5/trunk/buildout/profiles/software-common.cfg
Modified:
    erp5/trunk/buildout/profiles/common.cfg
    erp5/trunk/buildout/profiles/official-2.12.cfg
    erp5/trunk/buildout/profiles/official.cfg

Modified: erp5/trunk/buildout/profiles/common.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/common.cfg?rev=40922&r1=40921&r2=40922&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/common.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/common.cfg [utf8] Tue Nov 30 13:42:11 2010
@@ -5,15 +5,6 @@
 [buildout]
 extends = links.cfg
 
-extensions =
-  slapos.zcbworkarounds
-  mr.developer
-  buildout.dumppickedversions
-  slapos.rebootstrap
-
-dump-picked-versions-file = dumped-versions.cfg
-overwrite-picked-versions-file = true
-
 [itools]
 # This part should not contain contain dependencies to other parts and should
 # contain only paths relative to software_home as it will be used directly by

Modified: erp5/trunk/buildout/profiles/official-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/official-2.12.cfg?rev=40922&r1=40921&r2=40922&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/official-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/official-2.12.cfg [utf8] Tue Nov 30 13:42:11 2010
@@ -6,6 +6,7 @@ extends =
   ../profiles/software-definition.cfg
   ../software-profiles/apache.cfg
   ../profiles/common.cfg
+  ../profiles/software-common.cfg
   ../software-profiles/products-erp5.cfg
   ../software-profiles/erp5-2.12.cfg
   ../software-profiles/file.cfg

Modified: erp5/trunk/buildout/profiles/official.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/official.cfg?rev=40922&r1=40921&r2=40922&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/official.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/official.cfg [utf8] Tue Nov 30 13:42:11 2010
@@ -35,6 +35,7 @@ extends =
   ../software-profiles/xpdf.cfg
   ../software-profiles/zope-2.8.cfg
   ../profiles/common.cfg
+  ../profiles/software-common.cfg
 
 rebootstrap-section = python2.4
 

Added: erp5/trunk/buildout/profiles/software-common.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/software-common.cfg?rev=40922&view=auto
==============================================================================
--- erp5/trunk/buildout/profiles/software-common.cfg (added)
+++ erp5/trunk/buildout/profiles/software-common.cfg [utf8] Tue Nov 30 13:42:11 2010
@@ -0,0 +1,9 @@
+[buildout]
+extensions =
+  slapos.zcbworkarounds
+  mr.developer
+  buildout.dumppickedversions
+  slapos.rebootstrap
+
+dump-picked-versions-file = dumped-versions.cfg
+overwrite-picked-versions-file = true



More information about the Erp5-report mailing list