[Treepkg-commits] r213 - trunk/bin
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Sep 1 15:35:24 CEST 2009
Author: bh
Date: 2009-09-01 15:35:23 +0200 (Tue, 01 Sep 2009)
New Revision: 213
Modified:
trunk/bin/createstaticweb.py
trunk/bin/initpbuilder.py
trunk/bin/inittreepkg.py
trunk/bin/listpackages.py
trunk/bin/listpendingnotifications.py
trunk/bin/publishpackages.py
trunk/bin/publishstaticweb.py
trunk/bin/reportstatus.py
trunk/bin/runtreepkg.py
trunk/bin/sendnotificationmails.py
trunk/bin/starttreepkgweb.py
trunk/bin/telltreepkg.py
trunk/bin/treepkgbuilder.py
trunk/bin/updatetreepkg.py
Log:
Make the #! line in the commands more portable. Use /usr/bin/python
instead of /usr/bin/python2.4.
Modified: trunk/bin/createstaticweb.py
===================================================================
--- trunk/bin/createstaticweb.py 2009-08-04 10:32:33 UTC (rev 212)
+++ trunk/bin/createstaticweb.py 2009-09-01 13:35:23 UTC (rev 213)
@@ -1,5 +1,5 @@
-#! /usr/bin/python2.4
-# Copyright (C) 2007, 2008 by Intevation GmbH
+#! /usr/bin/python
+# Copyright (C) 2007, 2008, 2009 by Intevation GmbH
# Authors:
# Bernhard Herzog <bh at intevation.de>
#
Modified: trunk/bin/initpbuilder.py
===================================================================
--- trunk/bin/initpbuilder.py 2009-08-04 10:32:33 UTC (rev 212)
+++ trunk/bin/initpbuilder.py 2009-09-01 13:35:23 UTC (rev 213)
@@ -1,5 +1,5 @@
-#! /usr/bin/python2.4
-# Copyright (C) 2007, 2008 by Intevation GmbH
+#! /usr/bin/python
+# Copyright (C) 2007, 2008, 2009 by Intevation GmbH
# Authors:
# Bernhard Herzog <bh at intevation.de>
#
Modified: trunk/bin/inittreepkg.py
===================================================================
--- trunk/bin/inittreepkg.py 2009-08-04 10:32:33 UTC (rev 212)
+++ trunk/bin/inittreepkg.py 2009-09-01 13:35:23 UTC (rev 213)
@@ -1,5 +1,5 @@
-#! /usr/bin/python2.4
-# Copyright (C) 2007, 2008 by Intevation GmbH
+#! /usr/bin/python
+# Copyright (C) 2007, 2008, 2009 by Intevation GmbH
# Authors:
# Bernhard Herzog <bh at intevation.de>
#
Modified: trunk/bin/listpackages.py
===================================================================
--- trunk/bin/listpackages.py 2009-08-04 10:32:33 UTC (rev 212)
+++ trunk/bin/listpackages.py 2009-09-01 13:35:23 UTC (rev 213)
@@ -1,4 +1,4 @@
-#! /usr/bin/python2.4
+#! /usr/bin/python
# Copyright (C) 2007, 2008, 2009 by Intevation GmbH
# Authors:
# Bernhard Herzog <bh at intevation.de>
Modified: trunk/bin/listpendingnotifications.py
===================================================================
--- trunk/bin/listpendingnotifications.py 2009-08-04 10:32:33 UTC (rev 212)
+++ trunk/bin/listpendingnotifications.py 2009-09-01 13:35:23 UTC (rev 213)
@@ -1,4 +1,4 @@
-#! /usr/bin/python2.4
+#! /usr/bin/python
# Copyright (C) 2008, 2009 by Intevation GmbH
# Authors:
# Bernhard Herzog <bh at intevation.de>
Modified: trunk/bin/publishpackages.py
===================================================================
--- trunk/bin/publishpackages.py 2009-08-04 10:32:33 UTC (rev 212)
+++ trunk/bin/publishpackages.py 2009-09-01 13:35:23 UTC (rev 213)
@@ -1,4 +1,4 @@
-#! /usr/bin/python2.4
+#! /usr/bin/python
# Copyright (C) 2007, 2008, 2009 by Intevation GmbH
# Authors:
# Bernhard Herzog <bh at intevation.de>
Modified: trunk/bin/publishstaticweb.py
===================================================================
--- trunk/bin/publishstaticweb.py 2009-08-04 10:32:33 UTC (rev 212)
+++ trunk/bin/publishstaticweb.py 2009-09-01 13:35:23 UTC (rev 213)
@@ -1,5 +1,5 @@
-#! /usr/bin/python2.4
-# Copyright (C) 2007, 2008 by Intevation GmbH
+#! /usr/bin/python
+# Copyright (C) 2007, 2008, 2009 by Intevation GmbH
# Authors:
# Bernhard Herzog <bh at intevation.de>
#
Modified: trunk/bin/reportstatus.py
===================================================================
--- trunk/bin/reportstatus.py 2009-08-04 10:32:33 UTC (rev 212)
+++ trunk/bin/reportstatus.py 2009-09-01 13:35:23 UTC (rev 213)
@@ -1,4 +1,4 @@
-#! /usr/bin/python2.4
+#! /usr/bin/python
# Copyright (C) 2007, 2008, 2009 by Intevation GmbH
# Authors:
# Bernhard Herzog <bh at intevation.de>
Modified: trunk/bin/runtreepkg.py
===================================================================
--- trunk/bin/runtreepkg.py 2009-08-04 10:32:33 UTC (rev 212)
+++ trunk/bin/runtreepkg.py 2009-09-01 13:35:23 UTC (rev 213)
@@ -1,5 +1,5 @@
-#! /usr/bin/python2.4
-# Copyright (C) 2007, 2008 by Intevation GmbH
+#! /usr/bin/python
+# Copyright (C) 2007, 2008, 2009 by Intevation GmbH
# Authors:
# Bernhard Herzog <bh at intevation.de>
#
Modified: trunk/bin/sendnotificationmails.py
===================================================================
--- trunk/bin/sendnotificationmails.py 2009-08-04 10:32:33 UTC (rev 212)
+++ trunk/bin/sendnotificationmails.py 2009-09-01 13:35:23 UTC (rev 213)
@@ -1,4 +1,4 @@
-#! /usr/bin/python2.4
+#! /usr/bin/python
# Copyright (C) 2008, 2009 by Intevation GmbH
# Authors:
# Bernhard Herzog <bh at intevation.de>
Modified: trunk/bin/starttreepkgweb.py
===================================================================
--- trunk/bin/starttreepkgweb.py 2009-08-04 10:32:33 UTC (rev 212)
+++ trunk/bin/starttreepkgweb.py 2009-09-01 13:35:23 UTC (rev 213)
@@ -1,5 +1,5 @@
-#! /usr/bin/python2.4
-# Copyright (C) 2007, 2008 by Intevation GmbH
+#! /usr/bin/python
+# Copyright (C) 2007, 2008, 2009 by Intevation GmbH
# Authors:
# Bernhard Herzog <bh at intevation.de>
#
Modified: trunk/bin/telltreepkg.py
===================================================================
--- trunk/bin/telltreepkg.py 2009-08-04 10:32:33 UTC (rev 212)
+++ trunk/bin/telltreepkg.py 2009-09-01 13:35:23 UTC (rev 213)
@@ -1,5 +1,5 @@
-#! /usr/bin/python2.4
-# Copyright (C) 2007 by Intevation GmbH
+#! /usr/bin/python
+# Copyright (C) 2007, 2009 by Intevation GmbH
# Authors:
# Bernhard Herzog <bh at intevation.de>
#
Modified: trunk/bin/treepkgbuilder.py
===================================================================
--- trunk/bin/treepkgbuilder.py 2009-08-04 10:32:33 UTC (rev 212)
+++ trunk/bin/treepkgbuilder.py 2009-09-01 13:35:23 UTC (rev 213)
@@ -1,4 +1,4 @@
-#! /usr/bin/python2.4
+#! /usr/bin/python
# Copyright (C) 2007, 2008, 2009 by Intevation GmbH
# Authors:
# Bernhard Herzog <bh at intevation.de>
Modified: trunk/bin/updatetreepkg.py
===================================================================
--- trunk/bin/updatetreepkg.py 2009-08-04 10:32:33 UTC (rev 212)
+++ trunk/bin/updatetreepkg.py 2009-09-01 13:35:23 UTC (rev 213)
@@ -1,4 +1,4 @@
-#! /usr/bin/python2.4
+#! /usr/bin/python
# Copyright (C) 2007, 2008, 2009 by Intevation GmbH
# Authors:
# Bernhard Herzog <bh at intevation.de>
More information about the Treepkg-commits
mailing list