Project

General

Profile

Actions

Bug #17776

closed

2.7.3 source tar.gz not on ruby-lang.org/

Bug #17776: 2.7.3 source tar.gz not on ruby-lang.org/

Added by schneems (Richard Schneeman) over 4 years ago. Updated over 4 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:103237]

Description

It looks like the tar.gz was not uploaded for Ruby 2.7.3:

$ curl -I http://ftp.ruby-lang.org/pub/ruby/2.7/ruby-2.7.3.tar.gz | grep HTTP
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0   301    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
HTTP/1.1 404 Not Found
$ curl -I https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.3.tar.gz | grep HTTP
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0   301    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
HTTP/2 404

Updated by mame (Yusuke Endoh) over 4 years ago Actions #1 [ruby-core:103238]

I can download it. Could you give it a try again?

$ curl -I http://ftp.ruby-lang.org/pub/ruby/2.7/ruby-2.7.3.tar.gz | grep HTTP
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0 16.1M    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
HTTP/1.1 200 OK

Updated by schneems (Richard Schneeman) over 4 years ago Actions #2 [ruby-core:103239]

It is working now https://twitter.com/nagachika/status/1379082363968233478. We can close this issue (it doesn't look like I can do that via the UI though. I just see "status open" that I cannot change).

Updated by mame (Yusuke Endoh) over 4 years ago Actions #3 [ruby-core:103240]

  • Status changed from Open to Closed

Thanks!

Actions

Also available in: PDF Atom