[Libreoffice-commits] dev-tools.git: qa/createBlogReport.py
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Oct 2 15:23:12 UTC 2018
qa/createBlogReport.py | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 4bb8818e7345c9868a1d9f1842fd7008d4c2e5d4
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Tue Oct 2 16:51:29 2018 +0200
Commit: Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Tue Oct 2 16:51:29 2018 +0200
QA: Forgot to add the last part of the report
diff --git a/qa/createBlogReport.py b/qa/createBlogReport.py
index b1d51d7..e65f758 100755
--- a/qa/createBlogReport.py
+++ b/qa/createBlogReport.py
@@ -323,6 +323,10 @@ def createReport(statList):
print('<img src="PATH_HERE/Unconfirmed_Bugs.png" alt="" width="640" height="480" class="alignnone size-full" />', file=fp)
print(file=fp)
createPlot(statList['unconfirmedCount'], "line", "Unconfirmed Bugs Per Day", "Unconfirmed Bugs", "blue")
+
+ print(makeStrong('Thank you all for making Libreoffice rock!'), file=fp)
+ print(makeStrong('Join us and help to keep LibreOffice super reliable!'), file=fp)
+ print(makeStrong('Check <a href="https://wiki.documentfoundation.org/QA/GetInvolved">the Get Involved page</a> out now!'), file=fp)
fp.close()
def mkdate(datestr):
More information about the Libreoffice-commits
mailing list