From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97979 invoked by alias); 6 Oct 2019 15:21:31 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 97821 invoked by uid 89); 6 Oct 2019 15:21:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Envelope-From:sk:brobeck, HX-Languages-Length:758, sha512.sum, rwrwr X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 06 Oct 2019 15:21:28 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 168A21174A6; Sun, 6 Oct 2019 11:21:27 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id VfdteEmTJsn2; Sun, 6 Oct 2019 11:21:27 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 6C112117372; Sun, 6 Oct 2019 11:21:26 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id CDB4782168; Sun, 6 Oct 2019 08:21:23 -0700 (PDT) Date: Sun, 06 Oct 2019 15:21:00 -0000 From: Joel Brobecker To: Andreas Schwab Cc: Tom de Vries , "gdb-patches@sourceware.org" Subject: Re: md5.sum contains outdated checksum for sha512.sum Message-ID: <20191006152123.GA5179@adacore.com> References: <789f21e3-f00a-afc7-924c-f89686947c45@suse.de> <87pnjb8pz5.fsf@igel.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87pnjb8pz5.fsf@igel.home> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-10/txt/msg00176.txt.bz2 Thanks Tom for reporting this. > > Using shell access, I found that sha512.sum is generated by root (so I > > guess that's some site automation): > > ... > > $ ls -la *sum > > -rw-rw-r--. 1 gdbadmin gdb 3386 jun 4 2017 md5.sum > > -rw-r--r--. 1 root gdb 11715 sep 20 22:44 sha512.sum > > ... > > > > So, we should exclude sha512.sum from md5.sum. But sofar, I was not able > > to find how this is generated. Andreas said: > I think md5.sum should just be deleted. It appears to be obsolete. I don't think it was me who generated the md5.sum file, and given the modify date, I don't think it's something automatically done, so I agree and removed the file. Let's hope it doesn't re-appear. -- Joel