public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
From: Tom de Vries <tdevries@suse.de>
To: dwz@sourceware.org, jakub@redhat.com
Subject: [committed] Disable sha512sum in contrib/upload-release.sh
Date: Tue, 01 Jan 2019 00:00:00 -0000	[thread overview]
Message-ID: <20191003213534.GA7906@delia> (raw)

Hi,

The contrib/upload-release.sh script current creates two checksum files:
md5sum and sha512sum.  However, the sourceware.org website has automagically
added a file sha512.sum as well.

Having two sha512sum files is confusing and duplicates effort, so disable
sha512sum generation in contrib/upload-release.sh.

Committed to trunk.

Thanks,
- Tom

Disable sha512sum in contrib/upload-release.sh

contrib/ChangeLog:

2019-10-03  Tom de Vries  <tdevries@suse.de>

	PR dwz/25060
	* upload-release.sh: Disable sha512sum generation.

---
 contrib/upload-release.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/contrib/upload-release.sh b/contrib/upload-release.sh
index 47c608e..e5f6d70 100755
--- a/contrib/upload-release.sh
+++ b/contrib/upload-release.sh
@@ -11,7 +11,10 @@ rootdir=dwz
 tarfile=dwz-$version.tar
 server=sourceware.org
 ftpdir=/sourceware/ftp/pub/dwz/releases
-checksums="md5sum sha512sum"
+# The server itself seems to add a sha512.sum file, so lets not duplicate that
+# effort.
+#checksums="md5sum sha512sum"
+checksums="md5sum"
 
 repo="$pwd"
 

                 reply	other threads:[~2019-10-03 21:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191003213534.GA7906@delia \
    --to=tdevries@suse.de \
    --cc=dwz@sourceware.org \
    --cc=jakub@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).