Bug #20446
closedOutdated https://cache.ruby-lang.org/pub/ruby/index.txt
Description
Is the https://cache.ruby-lang.org/pub/ruby/index.txt the place, where all Ruby releases can be found? If yes, then can this file be update with Ruby 3.3.1, 3.2.4 etc? If no, can this file be removed to avoid confusion?
Updated by znz (Kazuhiro NISHIYAMA) 7 months ago
It updates daily by https://github.com/ruby/actions/blob/master/.github/workflows/update_index.yml.
So wait a few hours after released.
And now it includes 3.3.1, etc.
Updated by vo.x (Vit Ondruch) 7 months ago
- Subject changed from OUtdated https://cache.ruby-lang.org/pub/ruby/index.txt to Outdated https://cache.ruby-lang.org/pub/ruby/index.txt
Thx for pointer.
Is there a change to update the file "manually" during official release? I assume the answer is "No", just checking :)
Just FTR, the file is currently used by https://release-monitoring.org/project/4223/ to detect new version and subsequently, based on this, some automation reports update tickets for Fedora.
Updated by mame (Yusuke Endoh) 7 months ago
I recommend monitoring https://github.com/ruby/www.ruby-lang.org/blob/master/_data/releases.yml.
However, the release process can change without notice. Sorry in advance if that happens.
Updated by vo.x (Vit Ondruch) 7 months ago
mame (Yusuke Endoh) wrote in #note-3:
I recommend monitoring https://github.com/ruby/www.ruby-lang.org/blob/master/_data/releases.yml.
Nice. I did not know about that file. I'll update the release-monitoring.
However, the release process can change without notice. Sorry in advance if that happens.
No worries. Things changes. Consider this resolved.
Updated by byroot (Jean Boussier) 7 months ago
- Status changed from Open to Closed
Updated by vo.x (Vit Ondruch) 4 months ago ยท Edited
vo.x (Vit Ondruch) wrote in #note-4:
mame (Yusuke Endoh) wrote in #note-3:
I recommend monitoring https://github.com/ruby/www.ruby-lang.org/blob/master/_data/releases.yml.
Nice. I did not know about that file. I'll update the release-monitoring.
Done (because 3.3.4 was released and index is not updated yet).
BTW not all download URLs in that file are correct, e.g. Ruby 1.9.0
Updated by znz (Kazuhiro NISHIYAMA) 4 months ago
I added workflow_dispatch
to .github/workflows/update_index.yml
.
So it can run by gh workflow run update_index -R ruby/actions
.