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

* [Bug default/25060] Duplicate sha512sum files in ftp/dwz/releases dir
  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
  2 siblings, 0 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

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Tom de Vries <vries at gcc dot gnu.org> ---
Fixed contrib/upload-release.sh:
https://sourceware.org/git/?p=dwz.git;a=commit;h=f10d7fbbbffb9974b07f0a91c10993448cf5c47f

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

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

* [Bug default/25060] Duplicate sha512sum files in ftp/dwz/releases dir
  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
  2 siblings, 0 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

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
(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.

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

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

* [Bug default/25060] Duplicate sha512sum files in ftp/dwz/releases dir
  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 ` 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
  2 siblings, 0 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

--- Comment #2 from Tom de Vries <vries at gcc dot gnu.org> ---
(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
...

-- 
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).