[Erp5-report] r30697 - /experimental/erp5.buildout/profiles/development.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 17 16:43:25 CET 2009


Author: kazuhiko
Date: Tue Nov 17 16:43:23 2009
New Revision: 30697

URL: http://svn.erp5.org?rev=30697&view=rev
Log:
now we provide egg-ready pysvn in http://www.nexedi.org/static/packages/source/. to build it, you need to install following packages in Mandriva:
* subversion-devel
* subversion-tools
* gcc-c++

Modified:
    experimental/erp5.buildout/profiles/development.cfg

Modified: experimental/erp5.buildout/profiles/development.cfg
URL: http://svn.erp5.org/experimental/erp5.buildout/profiles/development.cfg?rev=30697&r1=30696&r2=30697&view=diff
==============================================================================
--- experimental/erp5.buildout/profiles/development.cfg [utf8] (original)
+++ experimental/erp5.buildout/profiles/development.cfg [utf8] Tue Nov 17 16:43:23 2009
@@ -5,11 +5,14 @@
    erp5flakes
    runUnitTest
    zopepy
+find-links +=
+    http://www.nexedi.org/static/packages/source/
 
 # We active debug on the instance and add some products.
 [erp5_instance]
 debug-mode = on
 eggs += ipdb
+        pysvn
         Products.ExternalEditor
 ;   Products.PDBDebugMode
 ;   Products.PTProfiler




More information about the Erp5-report mailing list