You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2016/09/10 07:49:22 UTC

couchdb commit: updated refs/heads/2.0.x to bab04dd

Repository: couchdb
Updated Branches:
  refs/heads/2.0.x [created] bab04dd43


feat: disable git hash in version for release


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

Branch: refs/heads/2.0.x
Commit: bab04dd43a38326d0a646d0575c28c73b53192f7
Parents: 308d311
Author: Jan Lehnardt <ja...@apache.org>
Authored: Sat Sep 10 09:49:06 2016 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Sat Sep 10 09:49:06 2016 +0200

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/bab04dd4/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 018c845..7a06d3b 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ include version.mk
 
 REBAR?=$(shell echo `pwd`/bin/rebar)
 IN_RELEASE = $(shell if [ ! -d .git ]; then echo true; fi)
-COUCHDB_VERSION_SUFFIX = $(shell if [ -d .git ]; then echo '-`git rev-parse --short --verify HEAD`'; fi)
+COUCHDB_VERSION_SUFFIX = "" #$(shell if [ -d .git ]; then echo '-`git rev-parse --short --verify HEAD`'; fi)
 COUCHDB_VERSION = $(vsn_major).$(vsn_minor).$(vsn_patch)$(COUCHDB_VERSION_SUFFIX)
 
 DESTDIR=