File: arch.txt
patch-4 patch-5
Line 72Line 72
----8<----
$ echo 'gpg --default-key "<haesslich@lnx-bbc.org>" --clearsign' > .arch-params/signing/\=default
----8<----
$ echo 'gpg --default-key "<haesslich@lnx-bbc.org>" --clearsign' > .arch-params/signing/\=default
$ echo '/usr/bin/tla-gpg-check gpg_command="gpg --verify-files -"' > .arch-params/signing/\=default.check
$ echo '/usr/bin/tla-gpg-check gpg_command="gpg --keyserver pgp.dtype.org --verify-files -"' > .arch-params/signing/\=default.check
----8<----

=== Send you key to a public keyserver ===

For your signed changes to be verified by other developers your public key
needs to be available on a keyserver. Here's how you put your key on the
server:

----8<----
$ gpg --keyserver pgp.dtype.org --send-keys haesslich@lnx-bbc.org
----8<----

== Check out a branch ==
----8<----

== Check out a branch ==