Skip to content

Conversation

@taverngoal
Copy link

  • uncompress tar.gz file in local with erlang stdlib. it would not transmit tar.gz, just release files. and no need linux command such as tar
  • make remote node run erl could use this lib too. remote node runs erl would be ok.
  • distillery not update for a long time, changed to mix release.
    • the "#{base}/releases/*.rel" move to "#{base}/releases/**/*.rel" in mix release
    • unit test suit to mix release way

next I plan to compatible erlang slave module.

高万庆 and others added 4 commits December 18, 2020 10:12
fix 'ExLoader.Release.get_path' on remote  machine, not local

- add param `remote_node` to function `get_paths `
- `File.ls!` should be `:rpc.call(remote_node, File, :ls!, [parent])`
- `File.dir?` should be :rpc.call(remote_node, File, :dir?, [p])
…1.2-otp-23`

- uncompress `tar.gz` file in local with erlang stdlib.
- make remote node run `erl` could use this lib too
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant