[PATCH] add french QA list to CC

Björn Michaelsen (via_Code_Review) gerrit at gerrit.libreoffice.org
Mon Jun 24 02:39:45 PDT 2013


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 at libreoffice.org'
     msg['To'] = 'libreoffice at lists.freedesktop.org'
+    msg['Cc'] = 'qa at 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 at lists.freedesktop.org'
@@ -66,5 +67,6 @@
     args=vars(parser.parse_args())
     server = smtplib.SMTP('localhost')
     server.sendmail('gerrit at libreoffice.org', 'libreoffice at lists.freedesktop.org', str(create_message(args['gerrit'], 25)))
+    server.sendmail('gerrit at libreoffice.org', 'qa at 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 at canonical.com>



More information about the LibreOffice mailing list