On Sat, Sep 19 2020, Stuart Henderson <[email protected]> wrote:
> The duplicity patch which set gpg_binary from the default None to gpg2
> was removed, should that actually be changed to set it to gpg?
>
> - --gpg_binary = None
> -+gpg_binary = 'gpg2'

This setting is used to override the defaults in gnupginterface.py:

class GnuPG(object):
[...]
    def __init__(self):
      self.call = u'gpg'
      self.passphrase = None

Zapping the patch is fine, says make test.

> Otherwise reads ok to me.

Thanks for the review.

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to