Hi, I have submitted a patch for review:
https://gerrit.libreoffice.org/4471 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/dev-tools refs/changes/71/4471/1 add french QA list to CC Change-Id: I43e6e804024125f17822a993f587a8422b69c1e8 --- M gerritbot/send-daily-digest 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/gerritbot/send-daily-digest b/gerritbot/send-daily-digest index 8d92c84..93652d4 100755 --- a/gerritbot/send-daily-digest +++ b/gerritbot/send-daily-digest @@ -54,6 +54,7 @@ msg = email.mime.text.MIMEText(body, 'plain', 'UTF-8') msg['From'] = 'ger...@libreoffice.org' msg['To'] = 'libreoffice@lists.freedesktop.org' + msg['Cc'] = 'q...@fr.libreoffice.org' msg['Date'] = email.utils.formatdate(time.mktime((now.timetuple()))) msg['Subject'] = 'LibreOffice Gerrit News %s' % now.date().isoformat() msg['Reply-To'] = 'ibreoff...@lists.freedesktop.org' @@ -66,5 +67,6 @@ args=vars(parser.parse_args()) server = smtplib.SMTP('localhost') server.sendmail('ger...@libreoffice.org', 'libreoffice@lists.freedesktop.org', str(create_message(args['gerrit'], 25))) + server.sendmail('ger...@libreoffice.org', 'q...@fr.libreoffice.org', str(create_message(args['gerrit'], 25))) server.quit() # vim: set et sw=4 ts=4: -- To view, visit https://gerrit.libreoffice.org/4471 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I43e6e804024125f17822a993f587a8422b69c1e8 Gerrit-PatchSet: 1 Gerrit-Project: dev-tools Gerrit-Branch: master Gerrit-Owner: Björn Michaelsen <bjoern.michael...@canonical.com> _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice