[Erp5-report] r33054 luke - in /erp5/trunk/buildout/profiles: common.cfg official.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 23 18:15:16 CET 2010


Author: luke
Date: Tue Feb 23 18:15:11 2010
New Revision: 33054

URL: http://svn.erp5.org?rev=33054&view=rev
Log:
 - find-links is shared between software and instances

Modified:
    erp5/trunk/buildout/profiles/common.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=33054&r1=33053&r2=33054&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/common.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/common.cfg [utf8] Tue Feb 23 18:15:11 2010
@@ -1,6 +1,12 @@
 [buildout]
 develop +=
   local-eggs/erp5.recipe.standaloneinstance
+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/
 
 [create-directories]
 recipe = plone.recipe.command

Modified: erp5/trunk/buildout/profiles/official.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/official.cfg?rev=33054&r1=33053&r2=33054&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/official.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/official.cfg [utf8] Tue Feb 23 18:15:11 2010
@@ -20,12 +20,6 @@
 
 python = software_definition
 versions = versions
-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/
 
 parts =
   eggs




More information about the Erp5-report mailing list