Project

General

Profile

Actions

Bug #17776

closed

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

Added by schneems (Richard Schneeman) about 3 years ago. Updated about 3 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) about 3 years ago

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) about 3 years ago

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) about 3 years ago

  • Status changed from Open to Closed

Thanks!

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0