kerl
kerl copied to clipboard
OTP_VERSION for 22 while git tag OTP-21.2.3
$> kerl list builds
git,OTP-19.3
git,20.2.2
21.0,21.0
21.1,21.1
21.2,21.2
17.5,17.5
git,OTP-21.2
git,OTP-21.2.3
$> . ~/erlang/OTP-21.2.3/activate
$> erl
Erlang/OTP 22 [RELEASE CANDIDATE 1] [erts-10.2.5] [source-328e988] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe]
Eshell V10.2.5 (abort with ^G)
1> filename:join([code:root_dir(), "releases", erlang:system_info(otp_release), "OTP_VERSION"]).
"/home/eric/erlang/OTP-21.2.3/releases/22/OTP_VERSION"
while https://github.com/erlang/otp/blob/OTP-21.2.3/OTP_VERSION show 21.2.3
Do not have the issue with tag OTP-21.2
kerl build git https://github.com/erlang/otp.git master OTP-21.2.3 was the command to buid
Thanks for the report.
Tried this out today.
Got "26 (Development)" for the above kerl build command.
In any case
kerl build git https://github.com/erlang/otp.git master OTP-21.2.3
^ shouldn't this be OTP-21.2.x?
I guess what's misleading is the echo, since we're echo'ing the <build_name>, not the <git_version>.