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'] = '[email protected]'
msg['To'] = '[email protected]'
+ msg['Cc'] = '[email protected]'
msg['Date'] = email.utils.formatdate(time.mktime((now.timetuple())))
msg['Subject'] = 'LibreOffice Gerrit News %s' % now.date().isoformat()
msg['Reply-To'] = '[email protected]'
@@ -66,5 +67,6 @@
args=vars(parser.parse_args())
server = smtplib.SMTP('localhost')
server.sendmail('[email protected]',
'[email protected]', str(create_message(args['gerrit'], 25)))
+ server.sendmail('[email protected]', '[email protected]',
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 <[email protected]>
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice