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/9d02e37a
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9d02e37a
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9d02e37a

Branch: refs/heads/master
Commit: 9d02e37a8a46d81d20f98b9703934ba3f1a8cd42
Parents: 2dae9d1
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:54 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/9d02e37a/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.

Reply via email to