[erlang-questions] Excludes apps from a rebar release

Frank Muller frank.muller.erl@REDACTED
Mon Dec 12 21:40:09 CET 2016


Hi Junka

You made my day.

Actually, these two are needed:

{incl_cond, exclude},
{exclude_archive_filters,[".*"]},

Then, add your app dependencies as described in your link.

Thank you!!!

/Frank

Le lun. 12 déc. 2016 à 20:18, Grzegorz Junka <list1@REDACTED> a écrit :

>
>
> 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
>
> _______________________________________________
>
> erlang-questions mailing list
>
> erlang-questions@REDACTED
>
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20161212/bf899662/attachment.htm>


More information about the erlang-questions mailing list