git-secret icon indicating copy to clipboard operation
git-secret copied to clipboard

feature: test interoperability of gpg on automated builds

Open joshrabinowitz opened this issue 6 years ago • 2 comments

The idea is to test the interoperation of git-secret (and version of gpg used on that build) between some or all of the builds we use for automated builds/tests on travis-ci.

Could involve a second repository shared between builds which records which version of gpg, on which system type, did each operation on each file. Might have a separate sub-directory for each build type or buildtype-to-buildtype combination.

joshrabinowitz avatar Jun 12 '18 15:06 joshrabinowitz

That would be awesome.

Related to #200

sobolevn avatar Jun 12 '18 18:06 sobolevn

Another way to approach this is, on distributions where both a version of gnupg1 and gnupg2 are packaged, perform tests across the two available versions of gpg on that system. This will allow for our self-contained tests to verify gnupg interoperability using just a single OS with no external pieces.

joshrabinowitz avatar Mar 17 '19 20:03 joshrabinowitz