bitwalker / distillery

Simplify deployments in Elixir with OTP releases!
MIT License
2.96k stars 398 forks source link

Strip release in assembler instead of archiver. #591

Closed mobileoverlord closed 5 years ago

mobileoverlord commented 5 years ago

Summary of changes

The rel directory should mimic what the actual output of the release. The setting set strip_debug_info: true makes modifications to the tar and not the release directory. This produces unexpected results for scenarios where the archive step is skipped. This PR moves this step to the assembly phase.

bitwalker commented 5 years ago

Sorry for the delay man