[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Popcon-developers] Encrypted popcon submissions



Hi!

On Fri, 2013-07-12 at 22:30:49 +0000, brian m. carlson wrote:
> On Thu, Jul 11, 2013 at 03:33:21PM +0200, Bill Allombert wrote:
> > GPG=/usr/bin/gpg
> > if [ "$ENCRYPT" = "yes" ] && [ -x "$GPG" ]; then
> >   POPCONGPG="$POPCON.gpg"
> >   rm -f "$POPCONGPG"
> >   $GPG --no-default-keyring --keyring "$KEYRING" --trust-model=always \
> 
> I know you're using GnuPG 1.x here, but be aware that upstream has
> removed the --keyring option in newer 2.x versions, so this will break
> at some point in the future if GnuPG 2.x gets used.

Hmm, do you have a reference? I've looked in the gnupg git master and
stable-2.0 branches and I don't see any obvious mention of this on the
NEWS file, or commit messages after a quick search. I'd fine it very
strange that such option would disappear, and it would mean that for
example dpkg-dev could not use gnupg 2.x at all then.

Thanks,
Guillem


Reply to: