[Erp5-report] r30859 - /experimental/erp5.buildout/recipes/genbt5list.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 25 16:53:32 CET 2009


Author: kazuhiko
Date: Wed Nov 25 16:53:32 2009
New Revision: 30859

URL: http://svn.erp5.org?rev=30859&view=rev
Log:
now genbt5list script is working on python2.4 since r30858.

Modified:
    experimental/erp5.buildout/recipes/genbt5list.py

Modified: experimental/erp5.buildout/recipes/genbt5list.py
URL: http://svn.erp5.org/experimental/erp5.buildout/recipes/genbt5list.py?rev=30859&r1=30858&r2=30859&view=diff
==============================================================================
--- experimental/erp5.buildout/recipes/genbt5list.py [utf8] (original)
+++ experimental/erp5.buildout/recipes/genbt5list.py [utf8] Wed Nov 25 16:53:32 2009
@@ -43,8 +43,8 @@
 
         os.chdir(location)
         self.logger.info("Generating bt5list")
-        assert os.spawnlp(
-                  os.P_WAIT, 'python',
+        assert os.spawnl(
+                  os.P_WAIT, os.path.normpath(options['executable']),
                   zc.buildout.easy_install._safe_arg(options['executable']),
                   zc.buildout.easy_install._safe_arg(options['genbt5list']),
                 ) == 0




More information about the Erp5-report mailing list