Discussion:
[Erp5-dev] [Erp5-report] r31830 jerome - in /experimental/erp5.buildout: profiles/ recipes/
Kazuhiko Shiozaki
2010-01-21 08:40:34 UTC
Permalink
Author: jerome
Date: Tue Jan 19 17:40:48 2010
New Revision: 31830
URL: http://svn.erp5.org?rev=31830&view=rev
use new erp5.recipe.* recipes. The recipes folder will be kept for a few days
until other buildouts are updated.
experimental/erp5.buildout/profiles/base.cfg
experimental/erp5.buildout/profiles/create-site.cfg
experimental/erp5.buildout/profiles/development.cfg
experimental/erp5.buildout/recipes/setup.py
Modified: experimental/erp5.buildout/profiles/base.cfg
URL: http://svn.erp5.org/experimental/erp5.buildout/profiles/base.cfg?rev=31830&r1=31829&r2=31830&view=diff
==============================================================================
--- experimental/erp5.buildout/profiles/base.cfg [utf8] (original)
+++ experimental/erp5.buildout/profiles/base.cfg [utf8] Tue Jan 19 17:40:48 2010
@@ -2,8 +2,6 @@
[buildout]
extends = versions.cfg
versions = versions
-develop =
- recipes
find-links =
http://download.zope.org/distribution/
http://download.hforge.org/itools/0.20/
After this change, the existing buildout environment cannot be updated.

(snip)
Installing 'erp5.recipe.testrunner'.
Picked: erp5.recipe.testrunner = 1.0
Uninstalling runUnitTest.
Installing 'recipes'.
We have no distributions for recipes that satisfies 'recipes'.
Couldn't find index page for 'recipes' (maybe misspelled?)
Getting distribution for 'recipes'.
While:
Installing.
Uninstalling runUnitTest.
Installing recipe recipes.
Getting distribution for 'recipes'.
Error: Couldn't find a distribution for 'recipes'.

[workaround]
edit '.installed.cfg' file and remove several parts that were originally
installed by recipes from 'parts = ...' line in [bulidout] section.
'create_erp5_site', 'bt5list', 'runUnitTest', and 'erp5_instance' part
can be affected.
--
Kazuhiko Shiozaki, Nexedi SA Senior Consultant
Nexedi: Consulting and Development of Free / Open Source Software
http://www.nexedi.com
ERP5: Full Featured High End Open Source ERP
http://www.erp5.com
ERP5 Wiki: Developer Zone for ERP5 Community
http://www.erp5.org
Loading...