Repository: hbase
Updated Branches:
  refs/heads/branch-1 2dce7c172 -> 95e926100
  refs/heads/branch-1.1 9eeb842e9 -> df4505e7e
  refs/heads/branch-1.2 6d03d2500 -> 2c6e26f87
  refs/heads/branch-1.3 90249f110 -> 0706fb3cf
  refs/heads/branch-1.4 6521816d2 -> 12e058b88
  refs/heads/branch-2 12f939803 -> 723eb7c6b
  refs/heads/master e320df5a0 -> c16eb7881


HBASE-19038 precommit mvn install should run from root on patch


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

Branch: refs/heads/branch-2
Commit: 723eb7c6bab7cccc29eff4ef842dd87cec15c501
Parents: 12f9398
Author: Mike Drob <md...@apache.org>
Authored: Wed Oct 18 10:20:03 2017 -0500
Committer: Mike Drob <md...@apache.org>
Committed: Wed Oct 18 10:39:52 2017 -0500

----------------------------------------------------------------------
 dev-support/hbase-personality.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/723eb7c6/dev-support/hbase-personality.sh
----------------------------------------------------------------------
diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index 43371f8..9b23e11 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -84,9 +84,7 @@ function personality_modules
 
   extra="-DHBasePatchProcess"
 
-  if [[ ${repostatus} == branch
-     && ${testtype} == mvninstall ]] ||
-     [[ "${BUILDMODE}" == full ]];then
+  if [[ ${testtype} == mvninstall ]] || [[ "${BUILDMODE}" == full ]]; then
     personality_enqueue_module . ${extra}
     return
   fi

Reply via email to