From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id A96381F62E for ; Thu, 17 Jan 2019 04:01:40 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 5E4481216F5; Thu, 17 Jan 2019 13:01:37 +0900 (JST) Received: from o1678916x28.outbound-mail.sendgrid.net (o1678916x28.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id 65B041216F7 for ; Thu, 17 Jan 2019 13:01:35 +0900 (JST) Received: by filter0063p3iad2.sendgrid.net with SMTP id filter0063p3iad2-1248-5C3FFE1C-25 2019-01-17 04:01:32.676052879 +0000 UTC m=+196886.634905441 Received: from herokuapp.com (ec2-54-144-220-135.compute-1.amazonaws.com [54.144.220.135]) by ismtpd0007p1iad2.sendgrid.net (SG) with ESMTP id CCcbMKneSI-t-OmmD4w2rw for ; Thu, 17 Jan 2019 04:01:32.773 +0000 (UTC) Date: Thu, 17 Jan 2019 04:01:33 +0000 (UTC) From: hsbt@ruby-lang.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 66587 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15534 X-Redmine-Issue-Author: vo.x X-Redmine-Issue-Assignee: hsbt X-Redmine-Sender: hsbt X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS6lsc21aryANa4XBbpioxf/vmeWb+JFciBOE/ JPSewQfjz0bCcLQzyxwFq6ni/jn1qNPZeCbzGke5tuWBhslBi+PX9pPzHGu6GxYKiXqd2wu8Xmnoas VtZr4Y062ENgRW61Bi3JaoPOImJ8ndMVJkt0GZh+NLR3/jhyHZTpINFskQ== X-ML-Name: ruby-core X-Mail-Count: 91137 Subject: [ruby-core:91137] [Ruby trunk Misc#15534] Is there reliable way to check for new Ruby releases? X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #15534 has been updated by hsbt (Hiroshi SHIBATA). Assignee set to hsbt (Hiroshi SHIBATA) Status changed from Open to Assigned >What is the most reliable version information Use https://cache.ruby-lang.org/pub/ruby/index.txt. It's generated the latest package information every day by our system. >If it would be possible to clean up the repository I removed "stable" directory and preview versions of Ruby 2.6. In the last year, We migrate the origin resource of our package distribution to s3 from dedicated server. We decided to put the latest packages only `pub/ruby/x.y` directory. ---------------------------------------- Misc #15534: Is there reliable way to check for new Ruby releases? https://bugs.ruby-lang.org/issues/15534#change-76368 * Author: vo.x (Vit Ondruch) * Status: Assigned * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) ---------------------------------------- In Fedora, we are using https://release-monitoring.org/ to check for packages updates. Unfortunately, the content of https://cache.ruby-lang.org/pub/ruby/ is a bit inconsistent which makes this service unuseful. If I open the page, there are listed a lot of packages, but for some reason, the later 2.6 releases are missing. There is a "stable" folder, but it contains just Ruby 2.3, which is quite stable, but I would expect there something more recent. There is a "binaries" folder, which contains some ancient binaries. There is also index.txt, which looks to be promising, but I am not sure. So I wonder: 1. What is the most reliable version information 2. If it would be possible to clean up the repository 3. and make sure the information is consistent -- https://bugs.ruby-lang.org/