Blame man/ostree-gpg-sign.xml

rpm-build 0fba15
 
rpm-build 0fba15
rpm-build 0fba15
    "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
rpm-build 0fba15
rpm-build 0fba15
rpm-build 0fba15
Copyright 2015 Matthew Barnes <mbarnes@redhat.com>
rpm-build 0fba15
rpm-build 0fba15
SPDX-License-Identifier: LGPL-2.0+
rpm-build 0fba15
rpm-build 0fba15
This library is free software; you can redistribute it and/or
rpm-build 0fba15
modify it under the terms of the GNU Lesser General Public
rpm-build 0fba15
License as published by the Free Software Foundation; either
rpm-build 0fba15
version 2 of the License, or (at your option) any later version.
rpm-build 0fba15
rpm-build 0fba15
This library is distributed in the hope that it will be useful,
rpm-build 0fba15
but WITHOUT ANY WARRANTY; without even the implied warranty of
rpm-build 0fba15
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
rpm-build 0fba15
Lesser General Public License for more details.
rpm-build 0fba15
rpm-build 0fba15
You should have received a copy of the GNU Lesser General Public
rpm-build 0fba15
License along with this library; if not, write to the
rpm-build 0fba15
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
rpm-build 0fba15
Boston, MA 02111-1307, USA.
rpm-build 0fba15
-->
rpm-build 0fba15
rpm-build 0fba15
<refentry id="ostree">
rpm-build 0fba15
rpm-build 0fba15
    <refentryinfo>
rpm-build 0fba15
        <title>ostree gpg-sign</title>
rpm-build 0fba15
        <productname>OSTree</productname>
rpm-build 0fba15
rpm-build 0fba15
        <authorgroup>
rpm-build 0fba15
            <author>
rpm-build 0fba15
                <contrib>Developer</contrib>
rpm-build 0fba15
                <firstname>Colin</firstname>
rpm-build 0fba15
                <surname>Walters</surname>
rpm-build 0fba15
                <email>walters@verbum.org</email>
rpm-build 0fba15
            </author>
rpm-build 0fba15
        </authorgroup>
rpm-build 0fba15
    </refentryinfo>
rpm-build 0fba15
rpm-build 0fba15
    <refmeta>
rpm-build 0fba15
        <refentrytitle>ostree gpg-sign</refentrytitle>
rpm-build 0fba15
        <manvolnum>1</manvolnum>
rpm-build 0fba15
    </refmeta>
rpm-build 0fba15
rpm-build 0fba15
    <refnamediv>
rpm-build 0fba15
        <refname>ostree-gpg-sign</refname>
rpm-build 0fba15
        <refpurpose>Sign a commit</refpurpose>
rpm-build 0fba15
    </refnamediv>
rpm-build 0fba15
rpm-build 0fba15
    <refsynopsisdiv>
rpm-build 0fba15
        <cmdsynopsis>
rpm-build 0fba15
            <command>ostree gpg-sign</command> <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="req">COMMIT</arg> <arg choice="req" rep="repeat">KEY-ID</arg>
rpm-build 0fba15
        </cmdsynopsis>
rpm-build 0fba15
    </refsynopsisdiv>
rpm-build 0fba15
rpm-build 0fba15
    <refsect1>
rpm-build 0fba15
        <title>Description</title>
rpm-build 0fba15
rpm-build 0fba15
        <para>
rpm-build 0fba15
            Add a new signature to a commit for each specified GPG key.
rpm-build 0fba15
rpm-build 0fba15
            Note that currently, this will append a new signature even if
rpm-build 0fba15
            the commit is already signed with a given key.
rpm-build 0fba15
        </para>
rpm-build 0fba15
    </refsect1>
rpm-build 0fba15
rpm-build 0fba15
    <refsect1>
rpm-build 0fba15
        <title>Options</title>
rpm-build 0fba15
rpm-build 0fba15
        <variablelist>
rpm-build 0fba15
            <varlistentry>
rpm-build 0fba15
                <term><option>--delete</option></term>
rpm-build 0fba15
rpm-build 0fba15
                <listitem><para>
rpm-build 0fba15
                    Delete signatures having any of the GPG KEY-IDs.
rpm-build 0fba15
                </para></listitem>
rpm-build 0fba15
            </varlistentry>
rpm-build 0fba15
rpm-build 0fba15
            <varlistentry>
rpm-build 0fba15
                <term><option>--gpg-homedir</option>="HOMEDIR"</term>
rpm-build 0fba15
rpm-build 0fba15
                <listitem><para>
rpm-build 0fba15
                    GPG Homedir to use when looking for keyrings.
rpm-build 0fba15
                </para></listitem>
rpm-build 0fba15
            </varlistentry>
rpm-build 0fba15
        </variablelist>
rpm-build 0fba15
    </refsect1>
rpm-build 0fba15
</refentry>