Mercurial > treepkg
changeset 287:1fcdffbeb9de
Make the #! line in the commands more portable. Use /usr/bin/python
instead of /usr/bin/python2.4.
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Tue, 01 Sep 2009 13:35:23 +0000 |
parents | 4376c5315c72 |
children | 9d8de2984de1 |
files | bin/createstaticweb.py bin/initpbuilder.py bin/inittreepkg.py bin/listpackages.py bin/listpendingnotifications.py bin/publishpackages.py bin/publishstaticweb.py bin/reportstatus.py bin/runtreepkg.py bin/sendnotificationmails.py bin/starttreepkgweb.py bin/telltreepkg.py bin/treepkgbuilder.py bin/updatetreepkg.py |
diffstat | 14 files changed, 21 insertions(+), 21 deletions(-) [+] |
line wrap: on
line diff
--- 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 <bh@intevation.de> #
--- 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 <bh@intevation.de> #
--- 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 <bh@intevation.de> #
--- 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 <bh@intevation.de>
--- 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 <bh@intevation.de>
--- 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 <bh@intevation.de>
--- 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 <bh@intevation.de> #
--- 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 <bh@intevation.de>
--- 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 <bh@intevation.de> #
--- 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 <bh@intevation.de>
--- 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 <bh@intevation.de> #
--- 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 <bh@intevation.de> #