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=-4.0 required=3.0 tests=AWL,BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, 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 5E200211B4 for ; Mon, 14 Jan 2019 14:34:48 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 48B6D1190A4; Mon, 14 Jan 2019 23:34:45 +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 328E8119097 for ; Mon, 14 Jan 2019 23:34:42 +0900 (JST) Received: by filter0092p3las1.sendgrid.net with SMTP id filter0092p3las1-26419-5C3C9DFF-19 2019-01-14 14:34:39.298156684 +0000 UTC m=+569240.291177047 Received: from herokuapp.com (ec2-54-197-82-100.compute-1.amazonaws.com [54.197.82.100]) by ismtpd0060p1mdw1.sendgrid.net (SG) with ESMTP id Ckb8Lpr9SG-WJ45fLmydfQ for ; Mon, 14 Jan 2019 14:34:38.911 +0000 (UTC) Date: Mon, 14 Jan 2019 14:34:40 +0000 (UTC) From: v.ondruch@tiscali.cz To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 66531 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15534 X-Redmine-Issue-Author: vo.x X-Redmine-Sender: vo.x 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS79KSwMaQxROJqbEUXreioaRVSFOuI2JSQ7QW ru/46m0WLj+FagEmBgKbIdC/uOgji8ZZuTQclDulAjvaNbEHJ+Ab2SdavZ0Pr45i7arKUKumdn/7vQ /Q4d/ekLs0BjXJd6b6l9h5Ib60sCP8OOX9NeY4Caf7alYq6wP6KNVJIrbA== X-ML-Name: ruby-core X-Mail-Count: 91082 Subject: [ruby-core:91082] [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 reported by vo.x (Vit Ondruch). ---------------------------------------- Misc #15534: Is there reliable way to check for new Ruby releases? https://bugs.ruby-lang.org/issues/15534 * Author: vo.x (Vit Ondruch) * Status: Open * Priority: Normal * Assignee: ---------------------------------------- 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/