erlware / relx

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

Use erl script to generate id #485

Closed jeanparpaillon closed 8 years ago

jeanparpaillon commented 8 years ago

relx_gen_id function uses od whose options can differ from a shell to another (-t x / -X ...) This patch updates the relx_gen_id function to use erlang script, which is more portable.

ferd commented 8 years ago

random uniform stops existing in OTP 19, this will break in the upcoming release.

jeanparpaillon commented 8 years ago

Ok, the problem is related to: https://bugzilla.yoctoproject.org/show_bug.cgi?id=9710