You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2018/07/09 14:11:41 UTC

[couchdb] branch drop-r16 created (now b456649)

This is an automated email from the ASF dual-hosted git repository.

jan pushed a change to branch drop-r16
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at b456649  Drop Erlang R16 support

This branch includes the following new commits:

     new b456649  Drop Erlang R16 support

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Drop Erlang R16 support

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch drop-r16
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit b456649770518a4f4ff04f0d46f34ff282b94fd3
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Mon Jul 9 16:11:32 2018 +0200

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

diff --git a/rebar.config.script b/rebar.config.script
index a393c87..36c4f0a 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -93,7 +93,7 @@ ErlOpts = case os:getenv("ERL_OPTS") of
 end,
 
 AddConfig = [
-    {require_otp_vsn, "R16B03|R16B03-1|17|18|19|20"},
+    {require_otp_vsn, "17|18|19|20"},
     {deps_dir, "src"},
     {deps, lists:map(MakeDep, DepDescs)},
     {sub_dirs, SubDirs},