logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tla-gpg-check - GNU Arch revision signature checker

Author

       tla-gpg-check was written by Tom Lord.

       This manual page was written by Sylvain Beucler <beuc@beuc.net>, for the Debian project (but may be  used
       by others).

GNU                                                2006-07-25                                   TLA-GPG-CHECK(1)

Description

       Checks  whether  a  revision  is correctly signed. This is intended to be used in tla's signing hooks. It
       calls gpg_command on the standard input and makes sure only one signed message is given.

       Here is how to setup a simple automatic tla signature check:

       mkdir -p -m 700 ~/.arch-params/signing/
       echo 'tla-gpg-check gpg_command="gpg --verify-files -"' \
         > ~/.arch-params/signing/=default.check
       echo 'gpg --clearsign --use-agent' > ~/.arch-params/signing/=default

Name

       tla-gpg-check - GNU Arch revision signature checker

See Also

Synopsis

tla-gpg-check gpg_command="gpg_command"

See Also