public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
* [Bug default/25060] New: Duplicate sha512sum files in ftp/dwz/releases dir
@ 2019-01-01  0:00 vries at gcc dot gnu.org
  2019-01-01  0:00 ` [Bug default/25060] " vries at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: vries at gcc dot gnu.org @ 2019-01-01  0:00 UTC (permalink / raw)
  To: dwz

https://sourceware.org/bugzilla/show_bug.cgi?id=25060

            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: md5sum
and sha512sum, but it seems there's some site mechanism that has added another
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 
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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-10-03 21:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-01  0:00 [Bug default/25060] New: Duplicate sha512sum files in ftp/dwz/releases dir vries at gcc dot gnu.org
2019-01-01  0:00 ` [Bug default/25060] " vries at gcc dot gnu.org
2019-01-01  0:00 ` vries at gcc dot gnu.org
2019-01-01  0:00 ` vries at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).