From patchwork Thu Feb 3 19:44:33 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Diego Novillo X-Patchwork-Id: 81703 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id A9F93B7088 for ; Fri, 4 Feb 2011 06:44:46 +1100 (EST) Received: (qmail 29092 invoked by alias); 3 Feb 2011 19:44:43 -0000 Received: (qmail 29082 invoked by uid 22791); 3 Feb 2011 19:44:42 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, SPF_HELO_PASS, TW_SV, TW_VN, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Feb 2011 19:44:37 +0000 Received: from wpaz13.hot.corp.google.com (wpaz13.hot.corp.google.com [172.24.198.77]) by smtp-out.google.com with ESMTP id p13JiZZX001497 for ; Thu, 3 Feb 2011 11:44:35 -0800 Received: from iym7 (iym7.prod.google.com [10.241.52.7]) by wpaz13.hot.corp.google.com with ESMTP id p13JiErS016760 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Thu, 3 Feb 2011 11:44:34 -0800 Received: by iym7 with SMTP id 7so2058453iym.3 for ; Thu, 03 Feb 2011 11:44:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.206.17 with SMTP id fs17mr5078918ibb.8.1296762273655; Thu, 03 Feb 2011 11:44:33 -0800 (PST) Reply-To: dnovillo@google.com, gcc-patches@gcc.gnu.org, iant@google.com, reply@codereview.appspotmail.com X-Google-Appengine-App-Id: codereview Message-ID: <90e6ba4fc224adef20049b65fe56@google.com> Date: Thu, 03 Feb 2011 19:44:33 +0000 Subject: Change svnmailer hooks to ignore trunk and non-release branches (issue4000059) From: dnovillo@google.com To: gcc-patches@gcc.gnu.org, iant@google.com Cc: reply@codereview.appspotmail.com X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Reviewers: gcc-patches_gcc.gnu.org, iant2, Description: Only send mail to bugzilla and gcc-cvs when a commit happens in trunk or any of the release branches. Index: svnmailer.conf =================================================================== --- svnmailer.conf (revision 169804) +++ svnmailer.conf (working copy) @@ -87,3 +87,4 @@ to_addr = java-cvs@gcc.gnu.org to_addr = gcc-cvs@gcc.gnu.org #to_addr = dberlin@dberlin.org bugzilla_to_addr = gcc-bugzilla@gcc.gnu.org +for_repos = .*/trunk$|.*/branches/gcc-.*-branch$ Please review this at http://codereview.appspot.com/4000059/ Affected files: M svnmailer.conf Index: svnmailer.conf =================================================================== --- svnmailer.conf (revision 169804) +++ svnmailer.conf (working copy) @@ -87,3 +87,4 @@ to_addr = java-cvs@gcc.gnu.org to_addr = gcc-cvs@gcc.gnu.org #to_addr = dberlin@dberlin.org bugzilla_to_addr = gcc-bugzilla@gcc.gnu.org +for_repos = .*/trunk$|.*/branches/gcc-.*-branch$