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

Re: How to update tools/dist/security/_gnupg.py?

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 10 Jul 2017 10:37:30 +0000

Daniel Shahaf wrote on Sun, 02 Jul 2017 04:36 +0000:
> That error is from tools/dist/security/_gnupg.py. The error disappears when
> I install that module via my OS packages, so I assume we should update our
> import.

Another issue: gnupg.py seems to only use gpg1 keyring files, so after running
'release.py get-keys' which populated a gpg2 keybox file in ~/.gnupg/, I had to
run 'gpg2 --export | gpg1 --import' in order for 'release.py check-sigs' to work.

This is a bit too fragile to my liking: it would be good for release.py to not need
both gpg1 and gpg2 to be available and configured.

I think release.py would Just Work if the 'gpg' binary in $PATH were a gpg1
binary, but on my system that 'gpg' binary is gpg2.

Cheers,

Daniel
Received on 2017-07-10 12:37:39 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.