Skip to content

docs: cat maintainer keys to a single file

Eric Engestrom requested to merge eric/mesa:release-gpg-fix into master

The original issue asked for all the keys in a single file, but I didn't do that because it's much easier to manage and verify the keys as separate files, but sphinx doesn't provide a way to expose a folder so we'd need to create an index.html and have it list all the keys manually, which is very error prone.

At this point, we might as well just concatenate the keys and expose a single file, so let's do that.

Merge request reports