[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: No longer supply SHA1 checksums for new releases

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 13 Aug 2018 12:58:50 +0000

Daniel Shahaf wrote on Mon, 13 Aug 2018 12:54 +0000:
> Correct me if I'm wrong, but wouldn't reverting the first hunk of
> r1837939 and making it conditional upon a 'version < Version(1,11,0)'

Sorry, that would be a RuntimeError. The condition should be
'args.version < Version("1.11.0-alpha1")'.

> check be all we need to do to have release.py generate *.sha1 files for
> 1.10 and earlier only, but not add sha1 info to emails and download
> pages for any future release? See attachment.
Received on 2018-08-13 14:59:00 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.