[Erp5-report] r30860 - /erp5/trunk/utils/erp5.recipe/src/erp5/recipe/genbt5list.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 25 16:56:37 CET 2009


Author: kazuhiko
Date: Wed Nov 25 16:56:34 2009
New Revision: 30860

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

Modified:
    erp5/trunk/utils/erp5.recipe/src/erp5/recipe/genbt5list.py

Modified: erp5/trunk/utils/erp5.recipe/src/erp5/recipe/genbt5list.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.recipe/src/erp5/recipe/genbt5list.py?rev=30860&r1=30859&r2=30860&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.recipe/src/erp5/recipe/genbt5list.py [utf8] (original)
+++ erp5/trunk/utils/erp5.recipe/src/erp5/recipe/genbt5list.py [utf8] Wed Nov 25 16:56:34 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