TMP: use 1963-eunit-bigcouch branches
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/d1a82df7 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/d1a82df7 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/d1a82df7 Branch: refs/heads/1963-eunit-bigcouch Commit: d1a82df7d42824cc439ff72165a1d2b7f67d6aab Parents: be27ba1 Author: Russell Branca <[email protected]> Authored: Fri Aug 29 12:45:42 2014 -0700 Committer: Russell Branca <[email protected]> Committed: Fri Aug 29 13:33:12 2014 -0700 ---------------------------------------------------------------------- rebar.config.script | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/d1a82df7/rebar.config.script ---------------------------------------------------------------------- diff --git a/rebar.config.script b/rebar.config.script index 18e4993..5945bbf 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -20,12 +20,12 @@ DepDescs = [ {b64url, "b64url", {branch, "master"}}, {cassim, "cassim", {branch, "master"}}, {couch_log, "couch-log", {branch, "master"}}, - {config, "config", {branch, "master"}}, + {config, "config", {branch, "1963-eunit-bigcouch"}}, {chttpd, "chttpd", {branch, "master"}}, - {couch, "couch", {branch, "master"}}, + {couch, "couch", {branch, "1963-eunit-bigcouch"}}, {couch_index, "couch-index", {branch, "master"}}, - {couch_mrview, "couch-mrview", {branch, "master"}}, - {couch_replicator, "couch-replicator", {branch, "master"}}, + {couch_mrview, "couch-mrview", {branch, "1963-eunit-bigcouch"}}, + {couch_replicator, "couch-replicator", {branch, "1963-eunit-bigcouch"}}, {couch_dbupdates, "couch-dbupdates", {branch, "master"}}, {couch_plugins, "couch-plugins", {branch, "master"}}, {couch_event, "couch-event", {branch, "master"}},
