From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 072C73865474; Thu, 23 May 2024 23:41:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 072C73865474 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 072C73865474 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1716507712; cv=none; b=vr5pZ86K98ZWnbg0OkWXzLIYch70U0HqfnNMwJS4tKhqv8u6kxY9a0iGrzR+XlU8x6jojvRU94bVsCwEkU5QJg1yFmX51CHhe63oLqkRF6Abh32o7s07NzobBgi1QdMIm3n4F0lnbFSnJuQvFeKNc7g7onU9OyPCXaY4v8fHeCw= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1716507712; c=relaxed/simple; bh=zXyHMz+UerFuzXSqizV8JvmpjXyHYDGAI+3axhcT3fI=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=Kgz/xbJ9W7O0Ksmetf0goNeg9pNqnlHxHjheKoLasi0b59SuyrlQVoXEWl3TA4nn7kdYGTJg3b8F+y57QI7hO/t876jXZ3t00oGQbH9K28SFWDZ0/roGZG2DzkqKQ3C3hcPQFdS64H7DEgVmIiNlN65tXl/wfI5bXJxFMiCKYQw= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id 2DA9730003AE; Fri, 24 May 2024 01:41:50 +0200 (CEST) Date: Fri, 24 May 2024 01:41:50 +0200 From: Mark Wielaard To: "Jose E. Marchesi" Cc: buildbot@sourceware.org, binutils@sourceware.org, Nick Clifton , elena.zannoni@oracle.com, david.faust@oracle.com Subject: Re: binutils snapshot builds Message-ID: <20240523234150.GF13045@gnu.wildebeest.org> References: <20240522221523.458943-1-mark@klomp.org> <87y180mukz.fsf@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87y180mukz.fsf@oracle.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Jose, On Thu, May 23, 2024 at 05:11:40PM +0200, Jose E. Marchesi wrote: > I see that the name of the snapshot tarball for a version > > m4_define([BFD_VERSION], [2.42.50-fc12b44ec0e]) > > is > > binutils-2.42.50.tar.gz > > What about having: > > binutils-2.42.50-fc12b44ec0e.tar.gz > > This would allow for example to easily cache already downloaded > snapshots on the client side. Yeah, that is what we do for glibc. I assume it should then also unpack in a binutils-2.42.50-fc12b44ec0e directory? > Also, would it be possible to have a file README (or LATEST or MANIFEST > or whatever) in the directory with a single line containing the name of > the tarball? This would ease automation. Maybe that is a valid usecase for the md512.sum file? Or does it have to be just the filename or a symlink to it. Do you already have some automation for something similar? Thanks, Mark