mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-21 13:34:34 +03:00
4a2733f9e7
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).
5 lines
188 B
Plaintext
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
|