From c5b501d1a0d998ebc1dd5dcae6188d283c889917 Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Thu, 30 Nov 2023 17:37:54 -0700 Subject: [PATCH] python: cbl_report: Update stable section Signed-off-by: Nathan Chancellor --- python/scripts/cbl_report.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/python/scripts/cbl_report.py b/python/scripts/cbl_report.py index 16a0455b..2ca81e85 100755 --- a/python/scripts/cbl_report.py +++ b/python/scripts/cbl_report.py @@ -303,12 +303,12 @@ def create_report_file(report_file, report_date): '\n' ' * `` ([`v1`]())' '\n' '\n' - '* Stable backports: It is important to make sure that the stable ' - 'trees are as free from issues as possible, as those are the trees ' - 'that devices and users use; for example, Android and Chrome OS ' - 'regularly merge from stable, so if there is a problem that will ' - 'impact those trees that we fixed in mainline, it should be ' - 'backported.' '\n' + '* Stable backports and fixes: It is important to make sure that ' + 'the stable trees are as free from issues as possible, as those are' + ' the trees that devices and users use; for example, Android and ' + 'Chrome OS regularly merge from stable, so if there is a problem ' + 'that will impact those trees that we fixed in mainline, it should ' + 'be backported.' '\n' '\n' ' * `` ([`v1`]())' '\n' '\n'