From 1fd01077a5d29736e2d98e49a1664db251efd8ce Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 30 Mar 2014 19:37:17 -0400 Subject: [PATCH] ostree(1): Document GPG verification, link to ostree.repo(5) --- doc/ostree.xml | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/doc/ostree.xml b/doc/ostree.xml index 644cb17b..82eaf063 100644 --- a/doc/ostree.xml +++ b/doc/ostree.xml @@ -268,21 +268,20 @@ - Exit status + GPG verification - On success 0 is returned, a non-zero failure - code otherwise. - + OSTree supports signing commits with GPG. The + set of trusted keys is stored as keyring files in + /usr/share/ostree/trusted.gpg.d. Any key in + any keyring in that directory may be used to sign commits. + + - - Environment - - - - $PAGER - ostree respects the traditional pager environment variable. - - - + + See Also + + ostree.repo5 + +