From: Daniel Turull <[email protected]> Sorting the set so the that output is predictable
Signed-off-by: Andrew Fenner <[email protected]> Signed-off-by: Daniel Turull <[email protected]> --- scripts/contrib/improve_kernel_cve_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/contrib/improve_kernel_cve_report.py b/scripts/contrib/improve_kernel_cve_report.py index 3a15b1ed26..27ebed2cbd 100755 --- a/scripts/contrib/improve_kernel_cve_report.py +++ b/scripts/contrib/improve_kernel_cve_report.py @@ -106,7 +106,7 @@ def get_kernel_cves(datadir, compiled_files, version): "status": "Ignored", "detail": "not-applicable-config", "summary": description, - "description": f"Source code not compiled by config. {affected_files}" + "description": f"Source code not compiled by config. {sorted(affected_files)}" } not_applicable_config +=1 # Check if we have backport
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#230522): https://lists.openembedded.org/g/openembedded-core/message/230522 Mute This Topic: https://lists.openembedded.org/mt/117633904/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
