You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2016/02/27 18:55:04 UTC

couchdb commit: updated refs/heads/master to ec87b44

Repository: couchdb
Updated Branches:
  refs/heads/master db446d546 -> ec87b44b7


Throw errors from open_ddoc instead of failing on badmatch error


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

Branch: refs/heads/master
Commit: ec87b44b7d21f0017623f91cf9b9486775be4fb1
Parents: db446d5
Author: Alexander Shorin <kx...@apache.org>
Authored: Sat Feb 27 20:54:49 2016 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Sat Feb 27 20:54:49 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/ec87b44b/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 997800c..223421c 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -31,7 +31,7 @@ DepDescs = [
 {couch_log,        "couch-log",        "939b3a7bda7dcb03f841b899762b188ca31bc230"},
 {couch_log_lager,  "couch-log-lager",  "b2a0471a87765de50c5eb05c65c121f68a9ae9fa"},
 {chttpd,           "chttpd",           "41ac33a082d34baee206d4a00d51a54b50e36f74"},
-{couch,            "couch",            "30348e6aaa50335750b055f3da037911bbf6a677"},
+{couch,            "couch",            "f7348cbd99e477e356cd1c637b4bfe6fb41c353c"},
 {couch_index,      "couch-index",      "e8c8ca8b0bb66193f1ba7e4b1d7e4a3817d661ab"},
 {couch_mrview,     "couch-mrview",     "6ec35971ebd96133cc6a34fa29f1d364049a7ecd"},
 {couch_replicator, "couch-replicator", "ff49e1c47323239dff568da3b90b596097dc8d99"},