erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

Don't require compiler in the release for relups #589

Closed essen closed 7 years ago

essen commented 7 years ago

This commit https://github.com/erlware/relx/commit/a3bffcaf8eaddc7b316ba2669177f9d40979b254#diff-792143ba34d3aa891fa7d78f49cd9b13R6 added a -mode(compile). line which only works when compiler is present in the release.

This application should not be required in order to use release upgrades. This patch removes that requirement at a minimal cost.

lrascao commented 7 years ago

thanks, sad to see erlang:apply go though