[Erp5-report] r30666 - /experimental/erp5.buildout/profiles/pysvn.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 16 14:50:02 CET 2009


Author: yo
Date: Mon Nov 16 14:49:58 2009
New Revision: 30666

URL: http://svn.erp5.org?rev=30666&view=rev
Log:
executable is defined at buildout rather than python.

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

Modified: experimental/erp5.buildout/profiles/pysvn.cfg
URL: http://svn.erp5.org/experimental/erp5.buildout/profiles/pysvn.cfg?rev=30666&r1=30665&r2=30666&view=diff
==============================================================================
--- experimental/erp5.buildout/profiles/pysvn.cfg [utf8] (original)
+++ experimental/erp5.buildout/profiles/pysvn.cfg [utf8] Mon Nov 16 14:49:58 2009
@@ -14,5 +14,5 @@
 recipe=ore.recipe.svnlib
 url=http://subversion.tigris.org/downloads/subversion-1.5.7.tar.bz2
 download_cache = cache
-extra_options=--with-apr=${apachebuild:location}/bin/ --with-apr-util=${apachebuild:location}/bin/ --with-apxs=${apachebuild:location}/bin/apxs PYTHON=${python:executable}
+extra_options=--with-apr=${apachebuild:location}/bin/ --with-apr-util=${apachebuild:location}/bin/ --with-apxs=${apachebuild:location}/bin/apxs PYTHON=${buildout:executable}
 




More information about the Erp5-report mailing list