[sysadmin-bin: 116/168] gnome-post-receive-email: Also inform gnome-i18n, gnome-docs-list about new gnome branches
- From: Andrea Veri <av src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin: 116/168] gnome-post-receive-email: Also inform gnome-i18n, gnome-docs-list about new gnome branches
- Date: Thu, 24 May 2012 20:01:12 +0000 (UTC)
commit 3a790b08749173ed8579f56077b2ebff2e64182d
Author: Olav Vitters <olav bkor dhs org>
Date: Wed Jul 29 10:03:01 2009 +0200
gnome-post-receive-email: Also inform gnome-i18n, gnome-docs-list about new gnome branches
gnome-post-receive-email | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/gnome-post-receive-email b/gnome-post-receive-email
index 90b4270..a178857 100755
--- a/gnome-post-receive-email
+++ b/gnome-post-receive-email
@@ -356,7 +356,11 @@ class BranchCreation(BranchChange):
# Inform required parties in case of official branch creation
if self.short_refname.startswith('gnome'):
- self.cc.update(('release-team gnome org',))
+ self.cc.update((
+ 'release-team gnome org',
+ 'gnome-doc-list gnome org',
+ 'gnome-i18n gnome org'
+ ))
def get_subject(self):
return self.get_count_string() + "Created branch " + self.short_refname
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]