ostree/tests/gpg-verify-data/gpg.conf
Matthew Barnes 4a2733f9e7 gpg: Add OstreeGpgVerifyResult
Wrappers a referenced gpgme_verify_result_t so detailed verify results
can be examined independently of executing a verify operation.

_ostree_gpg_verifier_check_signature() now returns this object instead
of a single valid/invalid boolean, but the idea is for OstreeRepo to also
return this object for commit signature verification so it can be utilized
at the CLI layer (and possibly by other programs).
2015-03-18 11:52:22 -04:00

5 lines
188 B
Plaintext

# This prevents GPG from attempting to create lock files when accessing
# the keyrings and trust database. Necessary for "distcheck", since the
# GPG homedir will be read-only.
lock-never