Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


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'] = 'gerrit@libreoffice.org'
     msg['To'] = 'libreoffice@lists.freedesktop.org'
+    msg['Cc'] = 'qa@fr.libreoffice.org'
     msg['Date'] = email.utils.formatdate(time.mktime((now.timetuple())))
     msg['Subject'] = 'LibreOffice Gerrit News %s' % now.date().isoformat()
     msg['Reply-To'] = 'ibreoffice@lists.freedesktop.org'
@@ -66,5 +67,6 @@
     args=vars(parser.parse_args())
     server = smtplib.SMTP('localhost')
     server.sendmail('gerrit@libreoffice.org', 'libreoffice@lists.freedesktop.org', 
str(create_message(args['gerrit'], 25)))
+    server.sendmail('gerrit@libreoffice.org', 'qa@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.michaelsen@canonical.com>


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.