Return-Path: X-Original-To: apmail-hive-commits-archive@www.apache.org Delivered-To: apmail-hive-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D6AEB7415 for ; Thu, 17 Nov 2011 04:49:09 +0000 (UTC) Received: (qmail 53038 invoked by uid 500); 17 Nov 2011 04:49:09 -0000 Delivered-To: apmail-hive-commits-archive@hive.apache.org Received: (qmail 52946 invoked by uid 500); 17 Nov 2011 04:49:08 -0000 Mailing-List: contact commits-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hive.apache.org Delivered-To: mailing list commits@hive.apache.org Received: (qmail 52916 invoked by uid 99); 17 Nov 2011 04:49:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2011 04:49:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2011 04:49:03 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 414D923888FE for ; Thu, 17 Nov 2011 04:48:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1203046 - /hive/trunk/.arcconfig Date: Thu, 17 Nov 2011 04:48:42 -0000 To: commits@hive.apache.org From: jvs@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111117044842.414D923888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jvs Date: Thu Nov 17 04:48:41 2011 New Revision: 1203046 URL: http://svn.apache.org/viewvc?rev=1203046&view=rev Log: HIVE-2588 [jira] Update arcconfig to include commit listener (Marek Sapota via John Sichi) Summary: Add CommitListener as an event listener. Use CommitListener from Arc-JIRA to modify commit message and include `(author via committer)` when running `arc commit`. Test Plan: EMPTY Reviewers: JIRA, jsichi Reviewed By: jsichi CC: jsichi Differential Revision: 477 Modified: hive/trunk/.arcconfig Modified: hive/trunk/.arcconfig URL: http://svn.apache.org/viewvc/hive/trunk/.arcconfig?rev=1203046&r1=1203045&r2=1203046&view=diff ============================================================================== --- hive/trunk/.arcconfig (original) +++ hive/trunk/.arcconfig Thu Nov 17 04:48:41 2011 @@ -6,6 +6,7 @@ "arc_jira_lib" : ".arc_jira_lib" }, "arcanist_configuration" : "ArcJIRAConfiguration", + "events.listeners" : ["CommitListener"], "jira_base_url" : "https://issues.apache.org/jira/secure/", "jira_api_url" : "https://issues.apache.org/jira/si/", "jira_project" : "HIVE",