From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 13127 invoked from network); 3 Sep 2021 13:13:57 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 3 Sep 2021 13:13:57 -0000 Received: (qmail 13775 invoked by uid 550); 3 Sep 2021 13:13:55 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 13756 invoked from network); 3 Sep 2021 13:13:54 -0000 Date: Fri, 3 Sep 2021 09:13:42 -0400 From: Rich Felker To: Nicolo' Piazzalunga Cc: musl@lists.openwall.com Message-ID: <20210903131342.GF13220@brightrain.aerifal.cx> References: <4832d869-3d38-0471-d5dd-f462f1e79da9@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4832d869-3d38-0471-d5dd-f462f1e79da9@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [musl] feeds for new releases On Fri, Sep 03, 2021 at 01:15:40PM +0200, Nicolo' Piazzalunga wrote: > Is it possible to get feeds (rss, atom) for new musl releases > that are tagged in the official git repo? > > I have in mind something like > https://github.com/golang/go/releases.atom That's a really nice idea. I think it would depend on my making proper individual records for releases on the site rather than just editing the file by hand, so it might take a while to get to it. Rich