Repository: couchdb Updated Branches: refs/heads/master eae95be98 -> 6bd4e9c3e
Move dependencies to the top level repository Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/6bd4e9c3 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/6bd4e9c3 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/6bd4e9c3 Branch: refs/heads/master Commit: 6bd4e9c3ec51e765e2195a595724de7d6b8c6b1c Parents: eae95be Author: Paul J. Davis <[email protected]> Authored: Mon Oct 6 17:16:56 2014 -0500 Committer: Paul J. Davis <[email protected]> Committed: Mon Oct 6 17:17:27 2014 -0500 ---------------------------------------------------------------------- rebar.config.script | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/6bd4e9c3/rebar.config.script ---------------------------------------------------------------------- diff --git a/rebar.config.script b/rebar.config.script index 4e9a58d..d8e025f 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -35,7 +35,9 @@ DepDescs = [ {ets_lru, "ets-lru", {branch, "master"}}, {fabric, "fabric", {branch, "master"}}, {fauxton, "fauxton", {branch, "master"}, [raw]}, + {folsom, "folsom", {branch, "master"}}, {global_changes, "global-changes", {branch, "master"}}, + {goldrush, "goldrush", {tag, "0.1.6"}}, {ibrowse, "ibrowse", {branch, "master"}}, {ioq, "ioq", {branch, "master"}}, {jiffy, "jiffy", {branch, "master"}},
