[Erp5-report] r41016 luke - in /erp5/trunk/buildout: profiles/ tests/
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Dec 2 10:52:55 CET 2010
Author: luke
Date: Thu Dec 2 10:52:54 2010
New Revision: 41016
URL: http://svn.erp5.org?rev=41016&view=rev
Log:
- since 2.1 rebootstrap.version is prefixed
Modified:
erp5/trunk/buildout/profiles/versions-common.cfg
erp5/trunk/buildout/tests/assertSoftware.py
Modified: erp5/trunk/buildout/profiles/versions-common.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/versions-common.cfg?rev=41016&r1=41015&r2=41016&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/versions-common.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/versions-common.cfg [utf8] Thu Dec 2 10:52:54 2010
@@ -30,5 +30,5 @@ distribute =
zc.buildout =
setuptools =
-# Use new version of slapos.rebootstrap
-slapos.rebootstrap >= 2.0
+# Use version of slapos.rebootstrap, with stabilised prefix
+slapos.rebootstrap >= 2.1
Modified: erp5/trunk/buildout/tests/assertSoftware.py
URL: http://svn.erp5.org/erp5/trunk/buildout/tests/assertSoftware.py?rev=41016&r1=41015&r2=41016&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Thu Dec 2 10:52:54 2010
@@ -1125,7 +1125,7 @@ class AssertCyrusSasl(AssertSoftwareMixi
class AssertPython26(AssertSoftwareMixin):
# .1 could be read from current buildout
- parts_name = 'parts.rebootstrap.1'
+ parts_name = 'rebootstrap.1.parts'
python_path = parts_name + '/python2.6'
rpath_list = [
'bzip2',
More information about the Erp5-report
mailing list