jlouis / etorrent

Erlang Bittorrent Client
BSD 2-Clause "Simplified" License
294 stars 50 forks source link

update relx-dev.config vm.args copy #151

Closed tsloughter closed 11 years ago

tsloughter commented 11 years ago

Recent relx changed the output structure to be releases/ instead of releases/- in order to work with release_handler. Here I've made the change to relx.config overlay for that.

You could also use

{vm_args, "rel/vm.args"}.

Instead, like you do for sys.config.

jlouis commented 11 years ago

This is a dupe, right?

tsloughter commented 11 years ago

No, one was relx.config and this one is relx-dev.config. I was just copying the commit message over and over to different repos, so it looks like a dupe :)

jlouis commented 11 years ago

hah, merged :)