[Neo-report] r1950 gregory - in /trunk: neomigrate tools/matrix tools/perfs tools/runner

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 23 10:36:38 CET 2010


Author: gregory
Date: Tue Mar 23 10:36:34 2010
New Revision: 1950

Log:
Force python2.4 for applications with client-related operations.

We currently support only python 2.4 for client (zope) side.

Modified:
    trunk/neomigrate
    trunk/tools/matrix
    trunk/tools/perfs
    trunk/tools/runner

Modified: trunk/neomigrate
==============================================================================
--- trunk/neomigrate [iso-8859-1] (original)
+++ trunk/neomigrate [iso-8859-1] Tue Mar 23 10:36:34 2010
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python2.4
 #
 # neomaster - run a master node of NEO
 #

Modified: trunk/tools/matrix
==============================================================================
--- trunk/tools/matrix [iso-8859-1] (original)
+++ trunk/tools/matrix [iso-8859-1] Tue Mar 23 10:36:34 2010
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2.4
 
 import sys
 import os

Modified: trunk/tools/perfs
==============================================================================
--- trunk/tools/perfs [iso-8859-1] (original)
+++ trunk/tools/perfs [iso-8859-1] Tue Mar 23 10:36:34 2010
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python2.4
 
 import os
 import sys

Modified: trunk/tools/runner
==============================================================================
--- trunk/tools/runner [iso-8859-1] (original)
+++ trunk/tools/runner [iso-8859-1] Tue Mar 23 10:36:34 2010
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python2.4
 #
 # Copyright (C) 2009  Nexedi SA
 # 





More information about the Neo-report mailing list