# HG changeset patch # User Bernhard Herzog # Date 1251812123 0 # Node ID 1fcdffbeb9de3ef5a1058a4be55daed3d67a51f8 # Parent 4376c5315c7270bf3b759926f41aaeacfde1706e Make the #! line in the commands more portable. Use /usr/bin/python instead of /usr/bin/python2.4. diff -r 4376c5315c72 -r 1fcdffbeb9de bin/createstaticweb.py --- a/bin/createstaticweb.py Tue Aug 04 10:32:33 2009 +0000 +++ b/bin/createstaticweb.py Tue Sep 01 13:35:23 2009 +0000 @@ -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 # diff -r 4376c5315c72 -r 1fcdffbeb9de bin/initpbuilder.py --- a/bin/initpbuilder.py Tue Aug 04 10:32:33 2009 +0000 +++ b/bin/initpbuilder.py Tue Sep 01 13:35:23 2009 +0000 @@ -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 # diff -r 4376c5315c72 -r 1fcdffbeb9de bin/inittreepkg.py --- a/bin/inittreepkg.py Tue Aug 04 10:32:33 2009 +0000 +++ b/bin/inittreepkg.py Tue Sep 01 13:35:23 2009 +0000 @@ -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 # diff -r 4376c5315c72 -r 1fcdffbeb9de bin/listpackages.py --- a/bin/listpackages.py Tue Aug 04 10:32:33 2009 +0000 +++ b/bin/listpackages.py Tue Sep 01 13:35:23 2009 +0000 @@ -1,4 +1,4 @@ -#! /usr/bin/python2.4 +#! /usr/bin/python # Copyright (C) 2007, 2008, 2009 by Intevation GmbH # Authors: # Bernhard Herzog diff -r 4376c5315c72 -r 1fcdffbeb9de bin/listpendingnotifications.py --- a/bin/listpendingnotifications.py Tue Aug 04 10:32:33 2009 +0000 +++ b/bin/listpendingnotifications.py Tue Sep 01 13:35:23 2009 +0000 @@ -1,4 +1,4 @@ -#! /usr/bin/python2.4 +#! /usr/bin/python # Copyright (C) 2008, 2009 by Intevation GmbH # Authors: # Bernhard Herzog diff -r 4376c5315c72 -r 1fcdffbeb9de bin/publishpackages.py --- a/bin/publishpackages.py Tue Aug 04 10:32:33 2009 +0000 +++ b/bin/publishpackages.py Tue Sep 01 13:35:23 2009 +0000 @@ -1,4 +1,4 @@ -#! /usr/bin/python2.4 +#! /usr/bin/python # Copyright (C) 2007, 2008, 2009 by Intevation GmbH # Authors: # Bernhard Herzog diff -r 4376c5315c72 -r 1fcdffbeb9de bin/publishstaticweb.py --- a/bin/publishstaticweb.py Tue Aug 04 10:32:33 2009 +0000 +++ b/bin/publishstaticweb.py Tue Sep 01 13:35:23 2009 +0000 @@ -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 # diff -r 4376c5315c72 -r 1fcdffbeb9de bin/reportstatus.py --- a/bin/reportstatus.py Tue Aug 04 10:32:33 2009 +0000 +++ b/bin/reportstatus.py Tue Sep 01 13:35:23 2009 +0000 @@ -1,4 +1,4 @@ -#! /usr/bin/python2.4 +#! /usr/bin/python # Copyright (C) 2007, 2008, 2009 by Intevation GmbH # Authors: # Bernhard Herzog diff -r 4376c5315c72 -r 1fcdffbeb9de bin/runtreepkg.py --- a/bin/runtreepkg.py Tue Aug 04 10:32:33 2009 +0000 +++ b/bin/runtreepkg.py Tue Sep 01 13:35:23 2009 +0000 @@ -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 # diff -r 4376c5315c72 -r 1fcdffbeb9de bin/sendnotificationmails.py --- a/bin/sendnotificationmails.py Tue Aug 04 10:32:33 2009 +0000 +++ b/bin/sendnotificationmails.py Tue Sep 01 13:35:23 2009 +0000 @@ -1,4 +1,4 @@ -#! /usr/bin/python2.4 +#! /usr/bin/python # Copyright (C) 2008, 2009 by Intevation GmbH # Authors: # Bernhard Herzog diff -r 4376c5315c72 -r 1fcdffbeb9de bin/starttreepkgweb.py --- a/bin/starttreepkgweb.py Tue Aug 04 10:32:33 2009 +0000 +++ b/bin/starttreepkgweb.py Tue Sep 01 13:35:23 2009 +0000 @@ -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 # diff -r 4376c5315c72 -r 1fcdffbeb9de bin/telltreepkg.py --- a/bin/telltreepkg.py Tue Aug 04 10:32:33 2009 +0000 +++ b/bin/telltreepkg.py Tue Sep 01 13:35:23 2009 +0000 @@ -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 # diff -r 4376c5315c72 -r 1fcdffbeb9de bin/treepkgbuilder.py --- a/bin/treepkgbuilder.py Tue Aug 04 10:32:33 2009 +0000 +++ b/bin/treepkgbuilder.py Tue Sep 01 13:35:23 2009 +0000 @@ -1,4 +1,4 @@ -#! /usr/bin/python2.4 +#! /usr/bin/python # Copyright (C) 2007, 2008, 2009 by Intevation GmbH # Authors: # Bernhard Herzog diff -r 4376c5315c72 -r 1fcdffbeb9de bin/updatetreepkg.py --- a/bin/updatetreepkg.py Tue Aug 04 10:32:33 2009 +0000 +++ b/bin/updatetreepkg.py Tue Sep 01 13:35:23 2009 +0000 @@ -1,4 +1,4 @@ -#! /usr/bin/python2.4 +#! /usr/bin/python # Copyright (C) 2007, 2008, 2009 by Intevation GmbH # Authors: # Bernhard Herzog