[PATCH v3 06/16] Prefer gpg2 in the test suite if available

David Bremner david at tethera.net
Wed Feb 10 12:28:12 PST 2016


Daniel Kahn Gillmor <dkg at fifthhorseman.net> writes:

> On Wed 2016-02-10 06:54:12 -0500, David Bremner wrote:
>> Daniel Kahn Gillmor <dkg at fifthhorseman.net> writes:
>>
>>>  
>>> +# choose the preferred GnuPG binary:
>>> +if command -v gpg2 > /dev/null; then
>>> +    GPG=gpg2
>>> +else
>>> +    GPG=gpg
>>> +fi
>>
>> It feels like this should maybe be in configure, to centralize the choice
>> of GPG default. At least, that would be consistent with python / python2
>
> I'm not sure what to do here.  Ultimately, i don't want there to be a
> choice because i plan on having /usr/bin/gpg provided by gpg2, so this
> will all be moot.
>

Well, not everyone is running Debian, so your plans may not be that
relevant ;).

d


More information about the notmuch mailing list