qa/createBlogReport.py | 4 ++++ 1 file changed, 4 insertions(+) New commits: commit 4bb8818e7345c9868a1d9f1842fd7008d4c2e5d4 Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Tue Oct 2 16:51:29 2018 +0200 Commit: Xisco Fauli <xiscofa...@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): _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits