[Erp5-report] r42633 rafael - /erp5/trunk/buildout/profiles/versions-common.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jan 24 16:44:55 CET 2011


Author: rafael
Date: Mon Jan 24 16:44:55 2011
New Revision: 42633

URL: http://svn.erp5.org?rev=42633&view=rev
Log:
Be strict with the version number, otherwise 0.1.3 version still been selected.

Modified:
    erp5/trunk/buildout/profiles/versions-common.cfg

Modified: erp5/trunk/buildout/profiles/versions-common.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/versions-common.cfg?rev=42633&r1=42632&r2=42633&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/versions-common.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/versions-common.cfg [utf8] Mon Jan 24 16:44:55 2011
@@ -32,7 +32,7 @@ setuptools =
 
 # Use version of slapos.rebootstrap, with stabilised prefix
 slapos.rebootstrap >= 2.1
-slapos.tool.networkcache >= 0.1.4
+slapos.tool.networkcache = 0.1.4.dev-r3877
 
 # official pysvn egg does not supports --include-dirs and
 # --library-dirs, so we use our modified version



More information about the Erp5-report mailing list