You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/01/25 15:18:22 UTC

couchdb commit: updated refs/heads/master to 3ac5b9f

Repository: couchdb
Updated Branches:
  refs/heads/master 401c1248e -> 3ac5b9f4b


Bump replicator dependency. Fixes typo in couch_replicator_manager

mem3 `shards_db` instead of `shard_db`

COUCHDB-3277


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

Branch: refs/heads/master
Commit: 3ac5b9f4b9b648f8df0a7bf834f37608f455e559
Parents: 401c124
Author: Nick Vatamaniuc <va...@apache.org>
Authored: Wed Jan 25 10:17:31 2017 -0500
Committer: Nick Vatamaniuc <va...@apache.org>
Committed: Wed Jan 25 10:17:31 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/3ac5b9f4/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 0d09dd7..fe83699 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -32,7 +32,7 @@ DepDescs = [
 {couch,            "couch",            "b83f1a77eba40c937fd83e896345ab56438ef616"},
 {couch_index,      "couch-index",      "f0a6854e578469612937a766632fdcdc52ee9c65"},
 {couch_mrview,     "couch-mrview",     "15a1ae928850854a218cc05569cdcc302126748f"},
-{couch_replicator, "couch-replicator", "b281d2bb320ed6e6d8226765315a40637ba91a46"},
+{couch_replicator, "couch-replicator", "be0060f3fffc308b7532e6b99355f0e0cdede88e"},
 {couch_plugins,    "couch-plugins",    "3e73b723cb126cfc471b560d17c24a8b5c540085"},
 {couch_event,      "couch-event",      "7e382132219d708239306aa3591740694943d367"},
 {couch_stats,      "couch-stats",      "7895d4d3f509ed24f09b6d1a0bd0e06af34551dc"},