Updated Branches: refs/heads/1843-feature-bigcouch 4341d9897 -> 1a2d25027
Point to the right branches Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/1a2d2502 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/1a2d2502 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/1a2d2502 Branch: refs/heads/1843-feature-bigcouch Commit: 1a2d250273dec6ee2e84174939db42f95efb605f Parents: 4341d98 Author: Robert Newson <rnew...@apache.org> Authored: Wed Feb 12 10:45:07 2014 +0000 Committer: Robert Newson <rnew...@apache.org> Committed: Wed Feb 12 10:50:27 2014 +0000 ---------------------------------------------------------------------- rebar.config.script | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/1a2d2502/rebar.config.script ---------------------------------------------------------------------- diff --git a/rebar.config.script b/rebar.config.script index e572495..9eae809 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -17,23 +17,23 @@ os:putenv("COUCHDB_CONFIG", ConfigureEnv). DepDescs = [ - {chttpd, "couchdb-chttpd", {branch, import}}, - {config, "couchdb-config", {branch, import}}, - {couch, "couchdb-couch", {branch, import}}, - {couch_index, "couchdb-couch-index", {branch, import}}, - {couch_mrview, "couchdb-couch-mrview", {branch, import}}, - {couch_replicator, "couchdb-couch-replicator", {branch, import}}, - {ddoc_cache, "couchdb-ddoc-cache", {branch, import}}, - {ets_lru, "couchdb-ets-lru", {branch, import}}, - {fabric, "couchdb-fabric", {branch, import}}, - {ibrowse, "couchdb-ibrowse", {branch, import}}, - {jiffy, "couchdb-jiffy", {branch, import}}, - {mem3, "couchdb-mem3", {branch, import}}, - {mochiweb, "couchdb-mochiweb", {branch, import}}, - {oauth, "couchdb-oauth", {branch, import}}, - {rexi, "couchdb-rexi", {branch, import}}, - {snappy, "couchdb-snappy", {branch, import}}, - {twig, "couchdb-twig", {branch, import}} + {chttpd, "couchdb-chttpd", {branch, "1843-feature-bigcouch"}}, + {config, "couchdb-config", {branch, "1843-feature-bigcouch"}}, + {couch, "couchdb-couch", {branch, "1843-feature-bigcouch"}}, + {couch_index, "couchdb-couch-index", {branch, "1843-feature-bigcouch"}}, + {couch_mrview, "couchdb-couch-mrview", {branch, "1843-feature-bigcouch"}}, + {couch_replicator, "couchdb-couch-replicator", {branch, "1843-feature-bigcouch"}}, + {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"}}, + {jiffy, "couchdb-jiffy", {branch, "1843-feature-bigcouch"}}, + {mem3, "couchdb-mem3", {branch, "1843-feature-bigcouch"}}, + {mochiweb, "couchdb-mochiweb", {branch, "1843-feature-bigcouch"}}, + {oauth, "couchdb-oauth", {branch, "1843-feature-bigcouch"}}, + {rexi, "couchdb-rexi", {branch, "1843-feature-bigcouch"}}, + {snappy, "couchdb-snappy", {branch, "1994-merge-rcouch"}}, + {twig, "couchdb-twig", {branch, "1843-feature-bigcouch"}} ], MakeDep = fun({AppName, RepoName, Version}) ->