You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/07/10 16:50:41 UTC

[08/50] couchdb commit: updated refs/heads/master to 6526051

couch_log is merged


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

Branch: refs/heads/master
Commit: 9a361ba62ed3aee5fd6ef11c0cc20807d6b1f3a0
Parents: 698b195
Author: Robert Newson <rn...@apache.org>
Authored: Mon Apr 28 17:01:39 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Tue Apr 29 12:55:09 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/9a361ba6/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index de5de38..f828bcd 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -17,7 +17,7 @@ os:putenv("COUCHDB_CONFIG", ConfigureEnv).
 
 
 DepDescs = [
-    {couch_log, "couchdb-couch-log", {branch, "1843-feature-bigcouch"}},
+    {couch_log, "couchdb-couch-log", {branch, "master"}},
     {chttpd, "couchdb-chttpd", {branch, "1843-feature-bigcouch"}},
     {config, "couchdb-config", {branch, "1843-feature-bigcouch"}},
     {couch, "couchdb-couch", {branch, "1843-feature-bigcouch"}},