Use couch_file:delete/3 in views cleanup
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/a4339f5f Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/a4339f5f Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/a4339f5f Branch: refs/heads/auth-tests-wip Commit: a4339f5f4e91aa0cac51a58d94d2e9992bb4fb1a Parents: 297713e Author: Eric Avdey <[email protected]> Authored: Mon May 16 16:11:43 2016 -0300 Committer: Jan Lehnardt <[email protected]> Committed: Fri Jun 10 12:07:40 2016 +0200 ---------------------------------------------------------------------- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/a4339f5f/rebar.config.script ---------------------------------------------------------------------- diff --git a/rebar.config.script b/rebar.config.script index d4cbdf6..98f4fd0 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -32,7 +32,7 @@ DepDescs = [ {chttpd, "chttpd", "f3d5d1b0cd8eda814805b5a7290892ee0b3a73ab"}, {couch, "couch", "49774f269a6a42af05ead4f17b52edda5f065c78"}, {couch_index, "couch-index", "e8c8ca8b0bb66193f1ba7e4b1d7e4a3817d661ab"}, -{couch_mrview, "couch-mrview", "56b66b48390732d1bbb2917ca25c4cdb3e196d1e"}, +{couch_mrview, "couch-mrview", "e36509b2dfb7bba5f09fcb62f0e23a538451afb5"}, {couch_replicator, "couch-replicator", "ab0afce2d6fdfeeade636a9252327ac09a1e423f"}, {couch_plugins, "couch-plugins", "3e73b723cb126cfc471b560d17c24a8b5c540085"}, {couch_event, "couch-event", "835a41885d1e276d207758954f8238aa7bba0ae8"},
