Repository: couchdb Updated Branches: refs/heads/1843-feature-bigcouch fd0850677 -> 00044b604
ibrowse is merged Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/00044b60 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/00044b60 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/00044b60 Branch: refs/heads/1843-feature-bigcouch Commit: 00044b604107dd5944d6f50b338aa98a1adada2d Parents: fd08506 Author: Robert Newson <[email protected]> Authored: Fri Apr 25 13:15:02 2014 +0100 Committer: Robert Newson <[email protected]> Committed: Fri Apr 25 13:15:02 2014 +0100 ---------------------------------------------------------------------- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/00044b60/rebar.config.script ---------------------------------------------------------------------- diff --git a/rebar.config.script b/rebar.config.script index 6e7ff75..2bef945 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -27,7 +27,7 @@ DepDescs = [ {ddoc_cache, "couchdb-ddoc-cache", {branch, "1843-feature-bigcouch"}}, {ets_lru, "couchdb-ets-lru", {branch, "1843-feature-bigcouch"}}, {fabric, "couchdb-fabric", {branch, "1843-feature-bigcouch"}}, - {ibrowse, "couchdb-ibrowse", {branch, "1843-feature-bigcouch"}}, + {ibrowse, "couchdb-ibrowse", {branch, "master"}}, {jiffy, "couchdb-jiffy", {branch, "1843-feature-bigcouch"}}, {mem3, "couchdb-mem3", {branch, "1843-feature-bigcouch"}}, {mochiweb, "couchdb-mochiweb", {branch, "1843-feature-bigcouch"}},
