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 2023/02/25 21:20:42 UTC

[couchdb-snappy] branch remove-required-otp-version created (now c509a55)

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

jaydoane pushed a change to branch remove-required-otp-version
in repository https://gitbox.apache.org/repos/asf/couchdb-snappy.git


      at c509a55  GIt ignore compilation artifacts

This branch includes the following new commits:

     new a4be988  Remove required_otp_version
     new c509a55  GIt ignore compilation artifacts

The 2 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-snappy] 01/02: Remove required_otp_version

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

jaydoane pushed a commit to branch remove-required-otp-version
in repository https://gitbox.apache.org/repos/asf/couchdb-snappy.git

commit a4be9883a5ce495f284162a3e0af5307d5f43bd3
Author: Jay Doane <ja...@apache.org>
AuthorDate: Sat Feb 25 13:18:29 2023 -0800

    Remove required_otp_version
    
    Maintaining this may be more trouble than it's worth, so rather than
    keep updating, let's try removing this line, and address any problems
    as they arise.
---
 rebar.config | 2 --
 1 file changed, 2 deletions(-)

diff --git a/rebar.config b/rebar.config
index 3b93f8a..cfc4d73 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,5 +1,3 @@
-{require_otp_vsn, "R14|R15|R16|17|18|19|20|21|22|23|24|25"}.
-
 {erl_opts, [debug_info, warn_unused_vars, warn_shadow_vars, warn_unused_import]}.
 {port_sources, ["c_src/*.cc", 
                 "c_src/snappy/*.cc"]}.


[couchdb-snappy] 02/02: GIt ignore compilation artifacts

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

jaydoane pushed a commit to branch remove-required-otp-version
in repository https://gitbox.apache.org/repos/asf/couchdb-snappy.git

commit c509a55ae139434453a71750e9886b4aa07dda0f
Author: Jay Doane <ja...@apache.org>
AuthorDate: Sat Feb 25 13:20:23 2023 -0800

    GIt ignore compilation artifacts
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 61b4fa5..24dbac2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,8 +2,10 @@ Makefile
 ebin
 priv
 .eunit
+*.d
 *.o
 *.lo
 *.la
 *~
 *.swp
+compile_commands.json