Skip to content

Commit ff8b2b2

Browse files
author
John Sichi
committed
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 git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1203046 13f79535-47bb-0310-9956-ffa450edef68
1 parent 56b2888 commit ff8b2b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.arcconfig

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"arc_jira_lib" : ".arc_jira_lib"
77
},
88
"arcanist_configuration" : "ArcJIRAConfiguration",
9+
"events.listeners" : ["CommitListener"],
910
"jira_base_url" : "https://issues.apache.org/jira/secure/",
1011
"jira_api_url" : "https://issues.apache.org/jira/si/",
1112
"jira_project" : "HIVE",

0 commit comments

Comments
 (0)