Re: [PATCH] diffconfig: use python3 instead of python in Shebang line

2021-01-22 Thread Masahiro Yamada
On Sat, Jan 23, 2021 at 12:51 AM Joe Perches wrote: > > On Fri, 2021-01-22 at 07:06 +0900, Masahiro Yamada wrote: > > I use Ubuntu, where /usr/bin/python is a symlink > > to /usr/bin/python3. > > Odd, here: > > $ lsb_release -a > No LSB modules are available. > Distributor ID: Ubuntu >

Re: [PATCH] diffconfig: use python3 instead of python in Shebang line

2021-01-22 Thread Joe Perches
On Sat, 2021-01-23 at 02:16 +0900, Masahiro Yamada wrote: > On Sat, Jan 23, 2021 at 12:51 AM Joe Perches wrote: > > > > On Fri, 2021-01-22 at 07:06 +0900, Masahiro Yamada wrote: > > > I use Ubuntu, where /usr/bin/python is a symlink > > > to /usr/bin/python3. > > > > Odd, here: > > > > $

Re: [PATCH] diffconfig: use python3 instead of python in Shebang line

2021-01-22 Thread Scott Branden
On 2021-01-21 6:18 p.m., Joe Perches wrote: > On Fri, 2021-01-22 at 05:25 +0900, Masahiro Yamada wrote: >> On Fri, Jan 22, 2021 at 2:17 AM Scott Branden >> wrote: >>> Use python3 instead of python in diffconfig Shebang line. >>> python2 was sunset January 1, 2000 and environments do not need

Re: [PATCH] diffconfig: use python3 instead of python in Shebang line

2021-01-22 Thread Joe Perches
On Fri, 2021-01-22 at 07:06 +0900, Masahiro Yamada wrote: > I use Ubuntu, where /usr/bin/python is a symlink > to /usr/bin/python3. Odd, here: $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 20.10 Release:20.10 Codename: groovy $ ls

Re: [PATCH] diffconfig: use python3 instead of python in Shebang line

2021-01-22 Thread Andy Shevchenko
On Fri, Jan 22, 2021 at 12:07 AM Masahiro Yamada wrote: > On Fri, Jan 22, 2021 at 5:35 AM Andy Shevchenko > wrote: > > On Thu, Jan 21, 2021 at 10:31 PM Andy Shevchenko > > wrote: ... > > For the record, you seems haven't noticed: > > https://lkml.org/lkml/2020/12/9/446 > > > Ohh, I missed it.

Re: [PATCH] diffconfig: use python3 instead of python in Shebang line

2021-01-21 Thread Joe Perches
On Fri, 2021-01-22 at 05:25 +0900, Masahiro Yamada wrote: > On Fri, Jan 22, 2021 at 2:17 AM Scott Branden > wrote: > > > > Use python3 instead of python in diffconfig Shebang line. > > python2 was sunset January 1, 2000 and environments do not need > > to support python any more. python2 was

Re: [PATCH] diffconfig: use python3 instead of python in Shebang line

2021-01-21 Thread Masahiro Yamada
On Fri, Jan 22, 2021 at 5:35 AM Andy Shevchenko wrote: > > On Thu, Jan 21, 2021 at 10:31 PM Andy Shevchenko > wrote: > > > > On Thu, Jan 21, 2021 at 10:28 PM Masahiro Yamada > > wrote: > > > > > > On Fri, Jan 22, 2021 at 2:17 AM Scott Branden > > > wrote: > > > > > > > > Use python3 instead

Re: [PATCH] diffconfig: use python3 instead of python in Shebang line

2021-01-21 Thread Scott Branden
Hi Andy, On 2021-01-21 12:35 p.m., Andy Shevchenko wrote: > On Thu, Jan 21, 2021 at 10:31 PM Andy Shevchenko > wrote: >> On Thu, Jan 21, 2021 at 10:28 PM Masahiro Yamada >> wrote: >>> On Fri, Jan 22, 2021 at 2:17 AM Scott Branden >>> wrote: Use python3 instead of python in diffconfig

Re: [PATCH] diffconfig: use python3 instead of python in Shebang line

2021-01-21 Thread Scott Branden
Hi Masahiro, On 2021-01-21 12:25 p.m., Masahiro Yamada wrote: > On Fri, Jan 22, 2021 at 2:17 AM Scott Branden > wrote: >> Use python3 instead of python in diffconfig Shebang line. >> python2 was sunset January 1, 2000 and environments do not need >> to support python any more. >> >> Fixes:

Re: [PATCH] diffconfig: use python3 instead of python in Shebang line

2021-01-21 Thread Andy Shevchenko
On Thu, Jan 21, 2021 at 10:31 PM Andy Shevchenko wrote: > > On Thu, Jan 21, 2021 at 10:28 PM Masahiro Yamada wrote: > > > > On Fri, Jan 22, 2021 at 2:17 AM Scott Branden > > wrote: > > > > > > Use python3 instead of python in diffconfig Shebang line. > > > python2 was sunset January 1, 2000 and

Re: [PATCH] diffconfig: use python3 instead of python in Shebang line

2021-01-21 Thread Andy Shevchenko
On Thu, Jan 21, 2021 at 10:28 PM Masahiro Yamada wrote: > > On Fri, Jan 22, 2021 at 2:17 AM Scott Branden > wrote: > > > > Use python3 instead of python in diffconfig Shebang line. > > python2 was sunset January 1, 2000 and environments do not need > > to support python any more. > Just from

Re: [PATCH] diffconfig: use python3 instead of python in Shebang line

2021-01-21 Thread Masahiro Yamada
On Fri, Jan 22, 2021 at 2:17 AM Scott Branden wrote: > > Use python3 instead of python in diffconfig Shebang line. > python2 was sunset January 1, 2000 and environments do not need > to support python any more. > > Fixes: b24413180f56 ("tweewide: Fix most Shebang lines") > Signed-off-by: Scott

[PATCH] diffconfig: use python3 instead of python in Shebang line

2021-01-21 Thread Scott Branden
Use python3 instead of python in diffconfig Shebang line. python2 was sunset January 1, 2000 and environments do not need to support python any more. Fixes: b24413180f56 ("tweewide: Fix most Shebang lines") Signed-off-by: Scott Branden --- scripts/diffconfig | 2 +- 1 file changed, 1