[SCM] build.samba.org - branch master updated

Jelmer Vernooij jelmer at samba.org
Fri Nov 19 14:29:41 MST 2010


The branch, master has been updated
       via  c95b2eb Add bcc to mail-dead-hots.
      from  795dac9 Support arguments in admin.py.

http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit c95b2eb61414dd10403ef3bda5a2d2168c9d78a5
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Nov 19 22:29:21 2010 +0100

    Add bcc to mail-dead-hots.

-----------------------------------------------------------------------

Summary of changes:
 mail-dead-hosts.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/mail-dead-hosts.py b/mail-dead-hosts.py
index 2e0c7f7..0dfe04b 100755
--- a/mail-dead-hosts.py
+++ b/mail-dead-hosts.py
@@ -68,6 +68,7 @@ The Build Farm administration team.
     msg["Subject"] ="Your build farm host %s appears dead" % host.name
     msg["From"] = "\"Samba Build Farm\" <build at samba.org>"
     msg["To"] = "\"%s\" <%s>" % host.owner
+    msg["Bcc"] = "\"Samba Build Farm\" <build at samba.org>"
 
     if opts.dry_run:
         print msg.as_string()


-- 
build.samba.org


More information about the samba-cvs mailing list