From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44537 invoked by alias); 3 Oct 2019 14:02:02 -0000 Mailing-List: contact dwz-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: dwz-owner@sourceware.org Received: (qmail 42290 invoked by uid 48); 3 Oct 2019 14:01:58 -0000 From: "vries at gcc dot gnu.org" To: dwz@sourceware.org Subject: [Bug default/25060] New: Duplicate sha512sum files in ftp/dwz/releases dir Date: Tue, 01 Jan 2019 00:00:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: dwz X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: nobody at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2019-q4/txt/msg00009.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25060 Bug ID: 25060 Summary: Duplicate sha512sum files in ftp/dwz/releases dir Product: dwz Version: unspecified Status: NEW Severity: normal Priority: P2 Component: default Assignee: nobody at sourceware dot org Reporter: vries at gcc dot gnu.org CC: dwz at sourceware dot org Target Milestone: --- Using the new contrib/upload-release.sh I've created two checksum files: md= 5sum and sha512sum, but it seems there's some site mechanism that has added anot= her checksum file: sha512.sum: ... $ ls -la totaal 272 drwxr-sr-x. 2 vries dwz 4096 okt 2 14:44 . drwsrwsr-x. 3 vries dwz 4096 okt 2 13:55 .. -rw-r--r--. 1 vries dwz 143279 okt 2 14:26 dwz-0.13.tar.gz -rw-r--r--. 1 vries dwz 114016 okt 2 14:26 dwz-0.13.tar.xz -rw-r--r--. 1 vries dwz 100 okt 2 14:26 md5sum -rw-r--r--. 1 vries dwz 292 okt 2 14:26 sha512sum -rw-r--r--. 1 root dwz 569 okt 2 14:44 sha512.sum ... The sha512.sum file also contains entries for md5sum and sha512sum: ... $ awk '{print $2}' sha512.sum=20 dwz-0.13.tar.gz dwz-0.13.tar.xz md5sum sha512sum ... It seems the easiest should be to remove sha512sum and hope that sha512.sum gets updated automagically to remove the sha512sum entry. --=20 You are receiving this mail because: You are on the CC list for the bug.