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 17:19:38 UTC

[couchdb] branch drop-r16 updated (b456649 -> 42db919)

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.


    omit b456649  Drop Erlang R16 support
     new 42db919  Drop Erlang R16 support

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b456649)
            \
             N -- N -- N   refs/heads/drop-r16 (42db919)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)


[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 42db9199168e6b71483c03da930a75813615dbb0
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Mon Jul 9 16:11:32 2018 +0200

    Drop Erlang R16 support
---
 .travis.yml         | 1 -
 rebar.config.script | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index cfa403b..b2e7ff0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,6 @@ otp_release:
    - 19.3
    - 18.3
    - 17.5
-   - R16B03-1
 
 addons:
   apt:
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},