[Erp5-report] r38883 luke - in /erp5/trunk/buildout: profiles/ software-profiles/
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Oct 5 11:59:23 CEST 2010
Author: luke
Date: Tue Oct 5 11:59:18 2010
New Revision: 38883
URL: http://svn.erp5.org?rev=38883&view=rev
Log:
- put find-links common directivies in profiles/links.cfg file to
extensions without side effects, as profiles/common.cfg are not
modular enough
Added:
erp5/trunk/buildout/profiles/links.cfg
Modified:
erp5/trunk/buildout/profiles/common.cfg
erp5/trunk/buildout/software-profiles/kumo.cfg
erp5/trunk/buildout/software-profiles/openoffice-bin.cfg
Modified: erp5/trunk/buildout/profiles/common.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/common.cfg?rev=38883&r1=38882&r2=38883&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/common.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/common.cfg [utf8] Tue Oct 5 11:59:18 2010
@@ -3,13 +3,7 @@
# parts (create-directories).
[buildout]
-find-links =
- http://download.zope.org/distribution/
- http://download.hforge.org/itools/0.20/
- http://download.hforge.org/itools/
- http://dist.repoze.org
- http://www.nexedi.org/static/packages/source/
- http://ibid.omnia.za.net/eggs/
+extends = profiles/links.cfg
extensions =
mr.developer
@@ -17,6 +11,7 @@ extensions =
dump-picked-versions-file = dumped-versions.cfg
overwrite-picked-versions-file = true
+
[create-directories]
recipe = plone.recipe.command
command =
Added: erp5/trunk/buildout/profiles/links.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/links.cfg?rev=38883&view=auto
==============================================================================
--- erp5/trunk/buildout/profiles/links.cfg (added)
+++ erp5/trunk/buildout/profiles/links.cfg [utf8] Tue Oct 5 11:59:18 2010
@@ -0,0 +1,8 @@
+[buildout]
+find-links =
+ http://download.zope.org/distribution/
+ http://download.hforge.org/itools/0.20/
+ http://download.hforge.org/itools/
+ http://dist.repoze.org
+ http://www.nexedi.org/static/packages/source/
+ http://ibid.omnia.za.net/eggs/
Modified: erp5/trunk/buildout/software-profiles/kumo.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/kumo.cfg?rev=38883&r1=38882&r2=38883&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/kumo.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/kumo.cfg [utf8] Tue Oct 5 11:59:18 2010
@@ -1,5 +1,6 @@
[buildout]
extends =
+ ../profiles/links.cfg
../software-profiles/tokyocabinet.cfg
../software-profiles/messagepack.cfg
Modified: erp5/trunk/buildout/software-profiles/openoffice-bin.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/openoffice-bin.cfg?rev=38883&r1=38882&r2=38883&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/openoffice-bin.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/openoffice-bin.cfg [utf8] Tue Oct 5 11:59:18 2010
@@ -1,9 +1,8 @@
[buildout]
+extends = ../profiles/links.cfg
parts =
openoffice-bin
-find-links += http://www.nexedi.org/static/packages/source/
-
[openoffice-bin]
#recipe = erp5.recipe.openoffice
recipe = z3c.recipe.openoffice==0.3.1dev
More information about the Erp5-report
mailing list