[Neo-report] r1999 gregory - in /trunk: ./ tools/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 15 15:36:49 CEST 2010


Author: gregory
Date: Thu Apr 15 15:36:45 2010
New Revision: 1999

Log:
Use python 2.4 by default.

Modified:
    trunk/neoadmin
    trunk/neomaster
    trunk/neomigrate
    trunk/neostorage
    trunk/tools/matrix
    trunk/tools/perfs
    trunk/tools/runner

Modified: trunk/neoadmin
==============================================================================
--- trunk/neoadmin [iso-8859-1] (original)
+++ trunk/neoadmin [iso-8859-1] Thu Apr 15 15:36:45 2010
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python2.4
 #
 # neoadmin - run an administrator  node of NEO
 #

Modified: trunk/neomaster
==============================================================================
--- trunk/neomaster [iso-8859-1] (original)
+++ trunk/neomaster [iso-8859-1] Thu Apr 15 15:36:45 2010
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python2.4
 #
 # neomaster - run a master node of NEO
 #

Modified: trunk/neomigrate
==============================================================================
--- trunk/neomigrate [iso-8859-1] (original)
+++ trunk/neomigrate [iso-8859-1] Thu Apr 15 15:36:45 2010
@@ -1,4 +1,4 @@
-#! /usr/bin/python2.4
+#! /usr/bin/env python2.4
 #
 # neomaster - run a master node of NEO
 #

Modified: trunk/neostorage
==============================================================================
--- trunk/neostorage [iso-8859-1] (original)
+++ trunk/neostorage [iso-8859-1] Thu Apr 15 15:36:45 2010
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python2.4
 #
 # neostorage - run a storage node of NEO
 #

Modified: trunk/tools/matrix
==============================================================================
--- trunk/tools/matrix [iso-8859-1] (original)
+++ trunk/tools/matrix [iso-8859-1] Thu Apr 15 15:36:45 2010
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/env python2.4
 
 import sys
 import os

Modified: trunk/tools/perfs
==============================================================================
--- trunk/tools/perfs [iso-8859-1] (original)
+++ trunk/tools/perfs [iso-8859-1] Thu Apr 15 15:36:45 2010
@@ -1,4 +1,4 @@
-#! /usr/bin/python2.4
+#! /usr/bin/env python2.4
 
 import os
 import sys

Modified: trunk/tools/runner
==============================================================================
--- trunk/tools/runner [iso-8859-1] (original)
+++ trunk/tools/runner [iso-8859-1] Thu Apr 15 15:36:45 2010
@@ -1,4 +1,4 @@
-#! /usr/bin/python2.4
+#! /usr/bin/env python2.4
 #
 # Copyright (C) 2009  Nexedi SA
 # 





More information about the Neo-report mailing list