google-nomulus/release/builder
Lai Jiang 16e1927a4e Only use GPG2 in tests (#1676)
GPG1 is deprecated and stuck in v1.4 from 2018. GPG2 is recommended. We
only use the GPG binary in tests and when the host system has both
versions it causes problems because we hardcode the GPG import command
in GpgSystemCommandExension to use the binary named "gpg", which could
be linked to either GPG1 or GPG2, causing the other test to fail when
the version of GPG that runs in tests is incompatible with the version of GPG
that imports the keys.

With this PR we only support GPG2 from now on.
2022-06-22 11:03:41 -04:00
..
build.sh Only use GPG2 in tests (#1676) 2022-06-22 11:03:41 -04:00
Dockerfile Use debian10 image for builder, not ubuntu1804 (#1345) 2021-09-28 14:49:13 -04:00