Re: gpg use in Debian popcon

2013-08-02 Thread Werner Koch
On Thu, 1 Aug 2013 20:40, bill.allomb...@math.u-bordeaux1.fr said: gpg: keyblock resource `/root/.gnupg/secring.gpg': file open error I did a quick test: $ fortune | gpg --no-options --homedir=$(pwd) --no-default-keyring \ --keyring ~/.gnupg/pubring.gpg --secret-keyring /dev/null \

Re: gpg use in Debian popcon

2013-08-02 Thread Werner Koch
On Fri, 2 Aug 2013 08:55, w...@gnupg.org said: If used in an empty directory it only creates one file: trustdb.gpg. I thinkl it is pissible to do something about that. The hack with using Alright. Done for all branches. See git.gnupg.org. Shalom-Salam, Werner -- Die Gedanken sind

Re: gpg use in Debian popcon

2013-08-01 Thread Werner Koch
On Wed, 31 Jul 2013 13:51, bill.allomb...@math.u-bordeaux1.fr said: gpg --no-default-keyring --keyring debian-popcon.gpg --trust-model=always \ --armor -o $POPCONGPG -r $POPCONKEY --encrypt $POPCON You better add the option --batch and because you are using -o you should also use --yes so

Re: gpg use in Debian popcon

2013-08-01 Thread Bill Allombert
On Wed, Jul 31, 2013 at 04:46:34PM -0400, Daniel Kahn Gillmor wrote: hi Bill-- On 07/31/2013 07:51 AM, Bill Allombert wrote: I am the maintainer of Debian popularity-contest http://popcon.debian.org thank you! 1) This creates spurious empty files in /root/.gnupg Maybe you want

Re: gpg use in Debian popcon

2013-08-01 Thread Bill Allombert
On Wed, 31 Jul 2013 13:51, bill.allomb...@math.u-bordeaux1.fr said: gpg --no-default-keyring --keyring debian-popcon.gpg --trust-model=always \ --armor -o $POPCONGPG -r $POPCONKEY --encrypt $POPCON You better add the option --batch and because you are using -o you should also use

gpg use in Debian popcon

2013-07-31 Thread Bill Allombert
Dear GnuPG people, I am the maintainer of Debian popularity-contest http://popcon.debian.org I would like to encrypt reports with a public key provided by the package before sending them. Currently I am using the following invocation: (Currently gpg used is 1.4.12) gpg --no-default-keyring

Re: gpg use in Debian popcon

2013-07-31 Thread Daniel Kahn Gillmor
hi Bill-- On 07/31/2013 07:51 AM, Bill Allombert wrote: I am the maintainer of Debian popularity-contest http://popcon.debian.org thank you! 1) This creates spurious empty files in /root/.gnupg Maybe you want the --no-options flag? --no-options Shortcut for --options /dev/null. This