Re: [PATCH] CI: Make matrix.py executable and add shebang

2021-06-08 Thread Willy Tarreau
On Tue, Jun 08, 2021 at 06:25:40PM +0500,  ??? wrote:
> ack from me.

Now merged, thanks!
Willy



Re: [PATCH] CI: Make matrix.py executable and add shebang

2021-06-08 Thread Илья Шипицин
ack from me.

вт, 8 июн. 2021 г. в 18:17, Tim Duesterhus :

> It's a script, allow executing this as a script without needing to invoke
> `python3` manually.
> ---
>  .github/matrix.py | 2 ++
>  1 file changed, 2 insertions(+)
>  mode change 100644 => 100755 .github/matrix.py
>
> diff --git a/.github/matrix.py b/.github/matrix.py
> old mode 100644
> new mode 100755
> index 473524848..cfef53c9e
> --- a/.github/matrix.py
> +++ b/.github/matrix.py
> @@ -1,3 +1,5 @@
> +#!/usr/bin/python3
> +
>  # Copyright 2019 Ilya Shipitsin 
>  # Copyright 2020 Tim Duesterhus 
>  #
> --
> 2.31.1
>
>
>


[PATCH] CI: Make matrix.py executable and add shebang

2021-06-08 Thread Tim Duesterhus
It's a script, allow executing this as a script without needing to invoke
`python3` manually.
---
 .github/matrix.py | 2 ++
 1 file changed, 2 insertions(+)
 mode change 100644 => 100755 .github/matrix.py

diff --git a/.github/matrix.py b/.github/matrix.py
old mode 100644
new mode 100755
index 473524848..cfef53c9e
--- a/.github/matrix.py
+++ b/.github/matrix.py
@@ -1,3 +1,5 @@
+#!/usr/bin/python3
+
 # Copyright 2019 Ilya Shipitsin 
 # Copyright 2020 Tim Duesterhus 
 #
-- 
2.31.1