summaryrefslogtreecommitdiff
path: root/reltool.config
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2017-02-07 17:42:59 +0100
committerLinus Nordberg <linus@nordu.net>2017-02-08 01:13:45 +0100
commita60ed968dc0ec2a97d3a132cb362ab67a8e10f69 (patch)
tree961bd315810446c6f03d4c90f4c3273fabe67d9d /reltool.config
parent62ffe6ec3df17d48f92c01bbdf27aca5845eb189 (diff)
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.
Diffstat (limited to 'reltool.config')
-rw-r--r--reltool.config4
1 files 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"}]},