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 2019/03/07 00:38:47 UTC

[hbase] branch branch-2.0 updated: HBASE-21999 [DEBUG] Exit if git returns empty revision! ADDENDUM3

This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 7c052a2  HBASE-21999 [DEBUG] Exit if git returns empty revision! ADDENDUM3
7c052a2 is described below

commit 7c052a2e2d8154b035e4c8720387f2da79f618a0
Author: stack <st...@apache.org>
AuthorDate: Wed Mar 6 16:35:16 2019 -0800

    HBASE-21999 [DEBUG] Exit if git returns empty revision! ADDENDUM3
---
 hbase-common/src/saveVersion.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hbase-common/src/saveVersion.sh b/hbase-common/src/saveVersion.sh
index 8c8bdb6..97fe6b4 100644
--- a/hbase-common/src/saveVersion.sh
+++ b/hbase-common/src/saveVersion.sh
@@ -18,7 +18,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-set -x
 set -e
 
 unset LANG