gpg: add 'spack gpg subcommand (#3845)

- Add a `spack gpg` subcommand in anticipation of signed binaries.
- GPG keys are stored in var/spack/gpg, and the spack gpg command manages them.
- Docs are included on the command.
This commit is contained in:
Ben Boeckel
2017-05-26 13:31:04 -04:00
committed by Todd Gamblin
parent 71cc4e2ad1
commit f38d250e50
12 changed files with 599 additions and 0 deletions

5
var/spack/gpg/README.md Normal file
View File

@@ -0,0 +1,5 @@
# GPG Keys
This directory contains keys that should be trusted by this installation of
Spack. They are imported when running `spack gpg init`, but may also be
imported manually with `spack gpg trust path/to/key`.