Actions
Bug #17776
closed2.7.3 source tar.gz not on ruby-lang.org/
    Bug #17776:
    2.7.3 source tar.gz not on ruby-lang.org/
  
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
          Updated by mame (Yusuke Endoh) over 4 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) over 4 years ago
          Updated by schneems (Richard Schneeman) over 4 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) over 4 years ago
          Updated by mame (Yusuke Endoh) over 4 years ago
          
          
        
        
      
      - Status changed from Open to Closed
Thanks!
Actions