[Libreoffice-commits] dev-tools.git: qa/createBlogReport.py

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Nov 7 11:12:34 UTC 2018


 qa/createBlogReport.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 958b86687bdd0b69031809a5b53a5518e9ab16e3
Author:     Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Wed Nov 7 12:06:00 2018 +0100
Commit:     Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Wed Nov 7 12:06:00 2018 +0100

    QA: Verified bugs -> Verified bug fixes

diff --git a/qa/createBlogReport.py b/qa/createBlogReport.py
index 2e70bba..87abbf2 100755
--- a/qa/createBlogReport.py
+++ b/qa/createBlogReport.py
@@ -330,7 +330,7 @@ def createReport(statList):
     createSection(fp, statList['confirmed'], "Triaged Bugs", "triaged", "Triagers", "gold")
     createSection(fp, statList['fixed'], "Fixed Bugs", "fixed", "Fixers", "darksalmon")
     createList(fp, statList['criticalFixed'], "List of critical bugs fixed")
-    createSection(fp, statList['verified'], "Verified Bugs", "verified", "Verifiers", "palegreen")
+    createSection(fp, statList['verified'], "Verified bug fixes", "verified", "Verifiers", "palegreen")
     createSection(fp, statList['metabug'], "Categorized Bugs", "categorized with a metabug", "Categorizers", "lightpink")
     createSection(fp, statList['keywords']['bisected'], "Bisected Bugs", "bisected", "Bisecters", "orange")
 


More information about the Libreoffice-commits mailing list