[sysadmin-bin: 128/168] gnome-post-receive-email: Send branch creation email also to the person pushing the change



commit 6dbd7c8c8396602fe5b02e610053b0d07cbb06ec
Author: Olav Vitters <olav bkor dhs org>
Date:   Fri Nov 27 14:44:15 2009 +0100

    gnome-post-receive-email: Send branch creation email also to the person pushing the change
    
    This per discussion on desktop-devel-list.

 gnome-post-receive-email |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gnome-post-receive-email b/gnome-post-receive-email
index 9aca311..aecb90a 100755
--- a/gnome-post-receive-email
+++ b/gnome-post-receive-email
@@ -362,7 +362,8 @@ class BranchCreation(BranchChange):
             self.cc.update((
                 'release-team gnome org',
                 'gnome-doc-list gnome org',
-                'gnome-i18n gnome org'
+                'gnome-i18n gnome org',
+                '%s src gnome org' % os.environ['USER']
             ))
 
     def get_subject(self):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]