1TLA-GPG-CHECK(1) General Commands Manual TLA-GPG-CHECK(1)
2
3
4
6 tla-gpg-check - GNU Arch revision signature checker
7
9 tla-gpg-check gpg_command="gpg_command"
10
12 Checks whether a revision is correctly signed. This is indended to be
13 used in tla's signing hooks. It calls gpg_command on the standard input
14 and makes sure only one signed message is given.
15
16 Here is how to setup a simple automatic tla signature check:
17
18 mkdir -p -m 700 ~/.arch-params/signing/
19 echo 'tla-gpg-check gpg_command="gpg --verify-files -"' \
20 > ~/.arch-params/signing/=default.check
21 echo 'gpg --clearsign --use-agent' > ~/.arch-params/signing/=default
22
24 tla(1)
25 http://www.gnuarch.org/gnuarchwiki/ArchiveSigning
26
28 tla-gpg-check was written by Tom Lord.
29
30 This manual page was written by Sylvain Beucler <beuc@beuc.net>, for
31 the Debian project (but may be used by others).
32
33
34
35GNU 2006-07-25 TLA-GPG-CHECK(1)