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 2014/07/10 16:50:47 UTC

[14/50] couchdb commit: updated refs/heads/master to 6526051

Restrict OTP releases to known good ones

All of R15 and R16 until R16B02 has either scheduling problems or
serious bugs. We now explicitly list all the releases we believe work
safely in production.


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

Branch: refs/heads/master
Commit: 78aababd63b2b1422016e8d48808c5f18211738d
Parents: 694e3f3
Author: Robert Newson <rn...@apache.org>
Authored: Wed May 7 00:20:34 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Wed May 7 00:20:34 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/78aababd/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index a4865e5..f6ad139 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -42,7 +42,7 @@ MakeDep = fun({AppName, RepoName, Version}) ->
 end,
 
 AddConfig = [
-    {require_otp_vsn, "R14B01|R14B03|R14B04|R15B02|R15B03|R16|17"},
+    {require_otp_vsn, "R14B01|R14B03|R14B04|R16B02|R16B03-1|17"},
     {deps_dir, "src"},
     {deps, lists:map(MakeDep, DepDescs)},
     {sub_dirs, ["rel"]},