You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2016/09/10 09:18:01 UTC

couchdb commit: updated refs/heads/2.0.x to ee434bf

Repository: couchdb
Updated Branches:
  refs/heads/2.0.x 72f103267 -> ee434bffd


Fix unused variables warning


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

Branch: refs/heads/2.0.x
Commit: ee434bffd9a36a29a86052cb62a10d757b374767
Parents: 72f1032
Author: Robert Newson <rn...@apache.org>
Authored: Sat Sep 10 10:16:08 2016 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Sat Sep 10 10:16:14 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/ee434bff/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 5b5150d..84ac35d 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -29,7 +29,7 @@ DepDescs = [
 {b64url,           "b64url",           "6895652d80f95cdf04efb14625abed868998f174"},
 {couch_log,        "couch-log",        "ad803f66dbd1900b67543259142875a6d03503ce"},
 {chttpd,           "chttpd",           "c6b044006fcb58386099105fb6d9e0a036a62ed9"},
-{couch,            "couch",            "092dec86bbf068e0ab99f6586668260515fc86a9"},
+{couch,            "couch",            "100241c182e9af1f7fe05046c3f9e0e87c7b64e4"},
 {couch_index,      "couch-index",      "53555fd909d5dd3d4a610c3fd6795950a8f7d022"},
 {couch_mrview,     "couch-mrview",     "a0b0392afe66ece9ef3bb4fdd5a4f159c97c47eb"},
 {couch_replicator, "couch-replicator", "b9232c8d410d529d65030896e075c4b4327631b0"},