bitwalker / distillery

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

Remove the reverse on dependency order (see: bitwalker/distillery#638) #689

Closed jschniper closed 5 years ago

jschniper commented 5 years ago

Summary of changes

Removes the reverse on the dependency list in order to ensure the order is correct when an application starts.

Licensing/Copyright

I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for Distillery (the "Contribution"). My Contribution is licensed under the MIT License.

NOTE: If you submit a PR and remove the statement above, your PR will be rejected. For your PR to be considered, it must contain your agreement to license under the MIT license.

bitwalker commented 5 years ago

Thanks!