[PATCH 1/1] sb/linux.py: More reliably recognize distribution

2023-11-13 Thread Michael South
If available, use "distro" package (introduced Python 3.6, back-ported to 2.6) to recognize Linux distributions and versions. Updates #4966 --- source-builder/sb/linux.py | 89 +- 1 file changed, 59 insertions(+), 30 deletions(-) diff --git a/source-builder/sb

Re: [PATCH 1/1] sb/linux.py: More reliably recognize distribution

2023-11-12 Thread Chris Johns
Hi Michael, I cannot apply the patch. Git does not like it and applying with patch gives the following error: patching file source-builder/sb/linux.py patch: malformed patch at line 25: @@ -56,36 +57,11 @@ def load(): Are you able to get git to send the patch. If not could please attach

[PATCH 1/1] sb/linux.py: More reliably recognize distribution

2023-11-10 Thread Michael South
If available, use "distro" package (introduced Python 3.6, back-ported to 2.6) to recognize Linux distributions and versions. Updates #4966 --- source-builder/sb/linux.py | 89 +- 1 file changed, 59 insertions(+), 30 deletions(-) diff --git a/source-builder/