[erlang-questions] Excludes apps from a rebar release

Grzegorz Junka list1@REDACTED
Mon Dec 12 20:18:25 CET 2016


On 12/12/2016 11:54, Frank Muller wrote:
> Hi
>
> I'm able to generate a release with rebar and all's good.
>
> Except that wx kept being added even if I'm not using it at all. Same 
> for observer, and mnesia.
>
> How I can set my reltool.config file to excluded these unused apps?
>
> Thank you.
>
> /Frank
>

Hi Frank,
I am excluding all applications by default and then including only those 
I specifically want in the release. Have a look here:

https://github.com/builderl/ex1_simple_cache/blob/master/etc/reltool.config#L48

Greg



More information about the erlang-questions mailing list