You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2017/12/28 22:31:38 UTC

hbase git commit: HBASE-19659 Enable -x in make_rc.sh so logs where it is in execution

Repository: hbase
Updated Branches:
  refs/heads/branch-2 d4aeba89f -> 581f168f6


HBASE-19659 Enable -x in make_rc.sh so logs where it is in execution


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

Branch: refs/heads/branch-2
Commit: 581f168f6eea8a626f7d7e9d4a0e0087c064d73f
Parents: d4aeba8
Author: Michael Stack <st...@apache.org>
Authored: Thu Dec 28 14:31:12 2017 -0800
Committer: Michael Stack <st...@apache.org>
Committed: Thu Dec 28 14:31:28 2017 -0800

----------------------------------------------------------------------
 dev-support/make_rc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/581f168f/dev-support/make_rc.sh
----------------------------------------------------------------------
diff --git a/dev-support/make_rc.sh b/dev-support/make_rc.sh
index 19f906f..8bfdde2 100755
--- a/dev-support/make_rc.sh
+++ b/dev-support/make_rc.sh
@@ -26,7 +26,7 @@
 # Presumes that dev-support/generate-hadoopX-poms.sh has already been run.
 # Presumes your settings.xml all set up so can sign artifacts published to mvn, etc.
 
-set -e
+set -e -x
 
 # Script checks out a tag, cleans the checkout and then builds src and bin
 # tarballs. It then deploys to the apache maven repository.