You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ec...@apache.org on 2014/09/28 23:26:22 UTC

git commit: HBASE-12110 Fix .arcconfig

Repository: hbase
Updated Branches:
  refs/heads/master dc5295df8 -> 21e31f0c8


HBASE-12110 Fix .arcconfig

Summary: Not many people are currently using arc but it's a nice tool for the developers who are used to it. Since it's already there let's make it work.

Test Plan: If this works then it's tested.

Differential Revision: https://reviews.facebook.net/D24075


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/21e31f0c
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/21e31f0c
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/21e31f0c

Branch: refs/heads/master
Commit: 21e31f0c8685b38015e1d24347a554d45a6e7b8d
Parents: dc5295d
Author: Elliott Clark <ec...@apache.org>
Authored: Fri Sep 26 18:08:27 2014 -0700
Committer: Elliott Clark <ec...@apache.org>
Committed: Sun Sep 28 14:26:05 2014 -0700

----------------------------------------------------------------------
 .arcconfig | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/21e31f0c/.arcconfig
----------------------------------------------------------------------
diff --git a/.arcconfig b/.arcconfig
index 882b280..9cdb37d 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -2,12 +2,5 @@
   "project_id" : "hbase",
   "conduit_uri" : "https://reviews.facebook.net/",
   "copyright_holder" : "Apache Software Foundation",
-  "phutil_libraries" : {
-    "arclib" : ".arc_jira_lib"
-  },
-  "arcanist_configuration" : "ArcJIRAConfiguration",
-  "jira_project" : "HBASE",
-  "jira_api_url" : "https://issues.apache.org/jira/si/",
-  "lint_engine" : "JavaLintEngine",
   "max_line_length" : 100
 }