Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 90E15200B7D for ; Sat, 10 Sep 2016 09:49:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8F772160AD2; Sat, 10 Sep 2016 07:49:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0AA2A160AB2 for ; Sat, 10 Sep 2016 09:49:22 +0200 (CEST) Received: (qmail 83595 invoked by uid 500); 10 Sep 2016 07:49:22 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 83586 invoked by uid 99); 10 Sep 2016 07:49:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Sep 2016 07:49:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 17E25E0105; Sat, 10 Sep 2016 07:49:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jan@apache.org To: commits@couchdb.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: couchdb commit: updated refs/heads/2.0.x to bab04dd Date: Sat, 10 Sep 2016 07:49:22 +0000 (UTC) archived-at: Sat, 10 Sep 2016 07:49:23 -0000 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 Authored: Sat Sep 10 09:49:06 2016 +0200 Committer: Jan Lehnardt 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=