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

This commit is contained in:
Michael Stack 2017-12-28 14:31:12 -08:00
parent d4aeba89f4
commit 581f168f6e
No known key found for this signature in database
GPG Key ID: 9816C7FC8ACC93D2
1 changed files with 1 additions and 1 deletions

View File

@ -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.