improve the release. fix top command
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/f24e464c Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/f24e464c Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/f24e464c Branch: refs/heads/1994-merge-rcouch Commit: f24e464c7be80d9631506db09a7a8b79c0a64b5d Parents: be2f4b4 Author: Benoit Chesneau <[email protected]> Authored: Fri Jan 10 23:30:31 2014 +0100 Committer: Benoit Chesneau <[email protected]> Committed: Fri Jan 10 23:30:31 2014 +0100 ---------------------------------------------------------------------- rel/reltool.config.script | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/f24e464c/rel/reltool.config.script ---------------------------------------------------------------------- diff --git a/rel/reltool.config.script b/rel/reltool.config.script index a63c908..0d31a33 100644 --- a/rel/reltool.config.script +++ b/rel/reltool.config.script @@ -71,28 +71,13 @@ CouchJSName = proplists:get_value(couchjs_name, Cfg, "couchjs"), {boot_rel, "couchdb"}, {profile, embedded}, {relocatable, true}, - {app_file, strip}, - {debug_info, strip}, - {incl_cond, exclude}, - {excl_sys_filters, ["^bin/.*", "^erts.*/bin/(dialyzer|typer)"]}, + {excl_sys_filters, ["^bin/.*", + "^erts.*/bin/(dialyzer|typer)", + "^erts.*/doc", + "^erts.*/man"]}, {excl_archive_filters, [".*"]}, - %% stdlib - {app, asn1, [{incl_cond, include}]}, - {app, sasl, [{incl_cond, include}]}, - {app, crypto, [{incl_cond, include}]}, - {app, public_key, [{incl_cond, include}]}, - {app, ssl, [{incl_cond, include}]}, - {app, xmerl, [{incl_cond, include}]}, - - {app, kernel, [{incl_cond, include}]}, - {app, stdlib, [{incl_cond, include}]}, - {app, inets, [{incl_cond, include}]}, - {app, os_mon, [{incl_cond, include}]}, - {app, compiler, [{incl_cond, include}]}, - {app, syntax_tools, [{incl_cond, include}]}, - {app, runtime_tools, [{incl_cond, include}]}, %% dependencies {app, mochiweb, [{incl_cond, include}]}, @@ -130,7 +115,7 @@ CouchJSName = proplists:get_value(couchjs_name, Cfg, "couchjs"), {copy, "../src/deps/node_package/priv/base/nodetool", "{{erts_vsn}}/bin/nodetool"}, {template, "../src/deps/node_package/priv/base/runner", "bin/couchdb"}, {template, "../src/deps/node_package/priv/base/env.sh", "lib/env.sh"}, - + {template, "../src/deps/node_package/priv/base/app_epath.sh", "lib/app_epath.sh"}, %% config files {template, "../src/etc/couchdb/app.config", "etc/app.config"},
