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

jaydoane pushed a commit to branch otp-26-compat
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 591af97e50c6978f30ae4d4c5e1a05f316edaeb2
Author: Jay Doane <jaydo...@apache.org>
AuthorDate: Thu Apr 13 15:37:48 2023 -0700

    Remove excl_archive_filters
    
    This parameter has been eliminated in OTP 26.
---
 rel/reltool.config | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rel/reltool.config b/rel/reltool.config
index b46885055..eebea4b9a 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -71,7 +71,6 @@
     {boot_rel, "couchdb"},
     {profile, embedded},
     {excl_sys_filters, ["^bin/.*", "^erts.*/bin/(dialyzer|typer)"]},
-    {excl_archive_filters, [".*"]},
     {incl_cond, exclude},
 
     %% stdlib

Reply via email to