aptly/pgp/test-bins
Harald Sitter cd6075ba94 introduce a gpg and gpgv version compatibility check and fall back to v1
Newer versions of debian and ubuntu come with gpg pointing to gpg2.
We can currently only handle gpg1 CLIs though. Luckily the old gpg is still
available in the package gnupg1 (providing bin/gpg1).

As a bit of a stop-gap, until #657 can be resolved properly, we'll detect
the version of bin/gpg. If it is unsuitable we'll fall back and try
bin/gpg1. If neither is found to be suitable the signer/verifier will
not work.

Same applies to gpgv/gpgv1.
2018-04-25 15:05:53 +02:00
..
gpg1 introduce a gpg and gpgv version compatibility check and fall back to v1 2018-04-25 15:05:53 +02:00
gpg2-and-1 introduce a gpg and gpgv version compatibility check and fall back to v1 2018-04-25 15:05:53 +02:00
gpg2-only introduce a gpg and gpgv version compatibility check and fall back to v1 2018-04-25 15:05:53 +02:00
gpgv1 introduce a gpg and gpgv version compatibility check and fall back to v1 2018-04-25 15:05:53 +02:00
gpgv2-and-1 introduce a gpg and gpgv version compatibility check and fall back to v1 2018-04-25 15:05:53 +02:00
gpgv2-only introduce a gpg and gpgv version compatibility check and fall back to v1 2018-04-25 15:05:53 +02:00