From a60ed968dc0ec2a97d3a132cb362ab67a8e10f69 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 7 Feb 2017 17:42:59 +0100 Subject: Limit files in release again. We relaxed the regexps when adding merge, but limiting is good both for the time it takes to "make release" and for size of the release. Also, stop listing kernel and stdlib in the rel tuple for catlfish -- doesn't seem to be needed. This was probably due to confusion with what applications are listed in the applications tuple of the .app file. --- reltool.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reltool.config b/reltool.config index 5f837d1..44a2174 100644 --- a/reltool.config +++ b/reltool.config @@ -2,12 +2,12 @@ {sys, [ {erts, [{mod_cond, derived}, {app_file, strip}]}, {app_file, strip}, - {rel, "catlfish", "0.10.0-dev", [kernel, stdlib, sasl, catlfish]}, + {rel, "catlfish", "0.10.0-dev", [sasl, catlfish]}, {rel, "merge", "0.10.0-dev", [sasl, merge]}, {boot_rel, "catlfish"}, {profile, standalone}, {incl_sys_filters, ["^bin/", "^erts-.*/", "^lib"]}, - {incl_app_filters, ["ebin/", "priv/", "src/"]}, + {incl_app_filters, ["^ebin/", "^priv/", "^src/", "^merge/ebin/", "^merge/src/"]}, {escript, "./verifycert.erl", [{incl_cond, include}]}, {app, catlfish, [{app_file, all}, {lib_dir, "."}]}, {app, plop, [{app_file, all}, {lib_dir, "../plop"}]}, -- cgit v1.1