kerl icon indicating copy to clipboard operation
kerl copied to clipboard

OTP_VERSION for 22 while git tag OTP-21.2.3

Open crownedgrouse opened this issue 7 years ago • 3 comments

$>  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

crownedgrouse avatar Mar 07 '19 10:03 crownedgrouse

Do not have the issue with tag OTP-21.2

crownedgrouse avatar Mar 07 '19 10:03 crownedgrouse

kerl build git https://github.com/erlang/otp.git master OTP-21.2.3 was the command to buid

crownedgrouse avatar Mar 07 '19 10:03 crownedgrouse

Thanks for the report.

jadeallenx avatar Mar 07 '19 15:03 jadeallenx

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>.

paulo-ferraz-oliveira avatar Nov 29 '22 21:11 paulo-ferraz-oliveira