Commit graph

2,547 commits

Author SHA1 Message Date
Hiroshi SHIBATA
d8019fe8db
Merge pull request #1414 from koic/add_update_mri_and_jruby_script
Add update-mri and update-jruby scripts
2020-03-11 12:13:13 +09:00
Koichi ITO
82d35ed02b Add update-cruby and update-jruby scripts
This PR adds update-cruby and update-jruby scripts.
They are provided to update MRI and JRuby definition files.

These scripts are based on script/update-truffleruby.
https://github.com/rbenv/ruby-build/blob/v20200224/script/update-truffleruby
2020-03-11 11:33:36 +09:00
Hiroshi SHIBATA
0ef5e05565
Merge pull request #1412 from rbenv/rbx4
Added rbx-4.*
2020-03-08 12:30:18 +09:00
Hiroshi SHIBATA
89040ddf3f
Added rbx-4.* 2020-03-08 10:14:15 +09:00
Koichiro Iwao
c634b8e886
Reword s/Try/Use/ 2020-03-07 21:29:16 +09:00
Koichiro Iwao
b2c25b6801
skip cd in to DEFINITION_DIR in subshell
as it is not necessary. Pointed out by @mislav in review.
2020-03-07 21:28:28 +09:00
Koichiro Iwao
47c18a46dc
revert adding -d options alias for --definitions
This is out of scope of this PR.
2020-03-07 21:19:11 +09:00
Koichiro Iwao
ad48baadb9
rename some functions to reflect more closely what it does
Pointed out by @mislav in review
2020-03-07 21:19:11 +09:00
Koichiro Iwao
67ac0b45d6
the short list now shows only latest stable versions
for each Ruby implementations like the following.

    2.4.9
    2.5.7
    2.6.5
    2.7.0
    jruby-9.2.9.0
    maglev-1.0.0
    mruby-2.1.0
    rbx-3.107
    truffleruby-19.3.1
2020-03-06 22:23:46 +09:00
Koichiro Iwao
e67a940d3e
do not exclude warn_unsupported versions in short list
it is not actually EoL'ed.  `warn_unsupported` indicates
that the versions are nearing EoL.
2020-03-06 22:13:41 +09:00
Hiroshi SHIBATA
732d483318
Merge pull request #1410 from koic/add_definition_for_jruby_9_2_11_0
Add definition for JRuby 9.2.11.0
2020-03-03 17:27:11 +09:00
Koichi ITO
ece4e3acc8 Add definition for JRuby 9.2.11.0
JRuby 9.2.11.0 has been released.
https://www.jruby.org/2020/03/02/jruby-9-2-11-0
2020-03-03 17:05:27 +09:00
Koichiro Iwao
abaebf3ea1
Fix CI 2020-03-03 15:44:02 +09:00
Koichiro Iwao
92da5bb1f1 -rc, -preview, -dev versions are also removed from short list 2020-03-03 15:13:39 +09:00
Benoit Daloze
7ec5e411bf ruby-build 20200224 v20200224 2020-02-24 21:37:05 +01:00
Hiroshi SHIBATA
dc06c5b57c
Merge pull request #1407 from koic/add_definition_for_jruby_9_2_10_0
Add definition for JRuby 9.2.10.0
2020-02-19 18:47:23 +09:00
Koichi ITO
c3cabc98cb Add definition for JRuby 9.2.10.0
JRuby 9.2.10.0 has been released.
https://www.jruby.org/2020/02/18/jruby-9-2-10-0.html
2020-02-19 18:41:30 +09:00
Koichiro Iwao
f9aae4e6ff
Fix CI 2020-02-19 11:13:35 +09:00
Koichiro Iwao
12b17e6e93
rbenv-install: show the short list by default
As suggested by @eregon, now we have "-l/--list" option for the short
list of versions. Behaviour of `ruby-build --definitions` is kept as
before for compatibility.

rbenv-install:
  -L/--list-all       full list
  -l/--list           short list

ruby-build:
  -d/--definitions    full list
  -l/--list           short list
2020-02-19 11:01:43 +09:00
Koichiro Iwao
45ec7a7cfd
ruby-build: add short option "-d" alias to "--definitions" 2020-02-19 10:18:49 +09:00
Benoit Daloze
4dbdc0b6ac ruby-build 20200218 v20200218 2020-02-18 21:24:15 +01:00
Benoit Daloze
d9c4548373 Add TruffleRuby 20.0.0 2020-02-18 21:17:37 +01:00
Mislav Marohnić
92fa223e34
Merge pull request #1404 from eladeyal-intel/shorter
shorter git command chains
2020-02-17 21:23:31 +01:00
Benoit Daloze
aabb2624af Make sure hub is configured before going further in the release script 2020-02-14 15:10:06 +01:00
Benoit Daloze
c702ee7fe9 ruby-build 20200214 v20200214 2020-02-14 14:58:45 +01:00
SHIBATA Hiroshi
56cc114282
Merge pull request #1405 from eregon/truffleruby-dev
Add truffleruby-dev to install the latest TruffleRuby nightly build
2020-02-14 20:53:22 +09:00
Benoit Daloze
cda9b11733 Make sure to install to a clean prefix
* Otherwise, existing files in the prefix could easily conflict and
  potentially cause very hard to debug errors.
* This is particularly important for *-dev builds which might be
  repeatedly installed to the same directory.
2020-02-13 22:05:46 +01:00
Benoit Daloze
9449b51a01 Add truffleruby-dev
* Uses the latest nightly, which is automatically built.
2020-02-13 21:52:20 +01:00
eladeyal-intel
1e94192659 shorter git command chains 2020-01-31 17:23:02 +02:00
Koichiro Iwao
4577be8fac
Fix CI: Add --list-exclude-eol option to test 2020-01-30 15:36:26 +09:00
Koichiro Iwao
e06bf905df
Add new option to exclude EoL'ed versions
when showing available versions
2020-01-30 14:57:11 +09:00
Mislav Marohnić
73b926b77c
Merge pull request #1400 from jnozsc/ruby_2.3_eol
ruby 2.3 EOL
2020-01-19 16:21:39 +01:00
jnozsc
1892f46a85 ruby 2.4 security maintenance 2020-01-18 23:35:30 -08:00
jnozsc
913023ac8a add warn_eol 2020-01-18 23:20:07 -08:00
jnozsc
38ad5d6461 add back withdifferent download source 2020-01-18 23:17:00 -08:00
jnozsc
c7b30cb45f remove unavailable jruby versions 2020-01-18 23:07:24 -08:00
jnozsc
79f0e3b25f use correct key named warn_eol 2020-01-18 22:21:34 -08:00
jnozsc
23e3e0a75f ruby 2.3 EOL 2020-01-18 21:53:54 -08:00
Benoit Daloze
4082f9eff2 Fix TruffleRuby 19.3.0.2 definition 2020-01-15 10:36:18 +01:00
Benoit Daloze
901d0e9703 ruby-build 20200115 v20200115 2020-01-15 10:31:13 +01:00
Benoit Daloze
bed80001ec Add TruffleRuby 19.3.1 2020-01-15 10:26:26 +01:00
Mislav Marohnić
4c87b68428
Merge pull request #1397 from MSP-Greg/ruby-2.3-openssl-1.0.2u
Update so Ruby 1.9.3 thru 2.3, and rbx can be built with OpenSSL 1.0.2u
2020-01-12 13:31:14 +01:00
MSP-Greg
ca5c0f349a Update Ruby 1.9.3 to OpenSSL 1.0.2u 2020-01-11 13:44:02 -06:00
MSP-Greg
121c7e211d Update Ruby 2.0.0 to OpenSSL 1.0.2u 2020-01-11 13:43:52 -06:00
MSP-Greg
e9532a6e50 Update Ruby 2.1 to OpenSSL 1.0.2u 2020-01-11 10:29:58 -06:00
MSP-Greg
29be428e4c Update Ruby 2.2 to OpenSSL 1.0.2u 2020-01-11 10:28:53 -06:00
MSP-Greg
4733f714fe Update rbx 2 to OpenSSL 1.0.2u 2020-01-11 07:55:27 -06:00
MSP-Greg
5c178ac115 Update rbx 3 to OpenSSL 1.0.2u 2020-01-11 07:43:07 -06:00
MSP-Greg
9794989eca Update Ruby 2.3 to OpenSSL 1.0.2u 2020-01-11 07:34:53 -06:00
SHIBATA Hiroshi
f7258c1841
Merge pull request #1398 from ipepe/truffleruby-19.3.0.2
Create definition file truffleruby-19.3.0.2
2020-01-11 22:29:32 +09:00