Summary: | Duplicate sha512sum files in ftp/dwz/releases dir | ||
---|---|---|---|
Product: | dwz | Reporter: | Tom de Vries <vries> |
Component: | default | Assignee: | Nobody <nobody> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dwz |
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: |
Description
Tom de Vries
2019-10-03 14:01:58 UTC
(In reply to Tom de Vries from comment #0) > It seems the easiest should be to remove sha512sum Done. > and hope that sha512.sum > gets updated automagically to remove the sha512sum entry. Let's wait and see. (In reply to Tom de Vries from comment #1) > > and hope that sha512.sum > > gets updated automagically to remove the sha512sum entry. > > Let's wait and see. That has happened now: ... $ wget https://sourceware.org/ftp/dwz/releases/sha512.sum $ awk '{print $2}' sha512.sum dwz-0.13.tar.gz dwz-0.13.tar.xz md5sum ... Fixed contrib/upload-release.sh: https://sourceware.org/git/?p=dwz.git;a=commit;h=f10d7fbbbffb9974b07f0a91c10993448cf5c47f |