You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/05 00:07:01 UTC

[48/50] couch commit: updated refs/heads/import to c3116d7

git describe --always


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

Branch: refs/heads/import
Commit: b51ea9797774ea62dc5dede02867b15c61eee6f2
Parents: a100a82
Author: Robert Newson <rn...@apache.org>
Authored: Mon Feb 3 20:48:22 2014 +0000
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Tue Feb 4 17:03:53 2014 -0600

----------------------------------------------------------------------
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/b51ea979/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 238f897..b92bde1 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -17,7 +17,7 @@ CouchJSName = case os:type() of
     _ ->
         "couchjs"
 end,
-Version = string:strip(os:cmd("git describe"), right, $\n),
+Version = string:strip(os:cmd("git describe --always"), right, $\n),
 
 %% build config.h
 ConfigH = [