aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/gbp-buildpackage.xml10
-rw-r--r--docs/manpages/gbp-export-orig.xml10
2 files changed, 20 insertions, 0 deletions
diff --git a/docs/manpages/gbp-buildpackage.xml b/docs/manpages/gbp-buildpackage.xml
index f7e3f7f3..237632e8 100644
--- a/docs/manpages/gbp-buildpackage.xml
+++ b/docs/manpages/gbp-buildpackage.xml
@@ -50,6 +50,7 @@
<arg><option>--git-upstream-tag=</option><replaceable>tag-format</replaceable></arg>
<arg><option>--git-force-create</option></arg>
<arg><option>--git-no-create-orig</option></arg>
+ <arg><option>--git-upstream-signatures=</option>[auto|on|off]</arg>
<arg><option>--git-upstream-tree=</option><replaceable>[BRANCH|SLOPPY|TAG|TREEISH]</replaceable></arg>
<arg><option>--git-tarball-dir=</option><replaceable>DIRECTORY</replaceable></arg>
<arg><option>--git-compression=</option><replaceable>TYPE</replaceable></arg>
@@ -277,6 +278,15 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--git-upstream-signatures=</option>[auto|on|off]
+ </term>
+ <listitem>
+ <para>
+ Whether to export the upstream tarball with signatures.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--git-[no-]submodules</option>
</term>
<listitem>
diff --git a/docs/manpages/gbp-export-orig.xml b/docs/manpages/gbp-export-orig.xml
index 9711e0f0..c3a1393c 100644
--- a/docs/manpages/gbp-export-orig.xml
+++ b/docs/manpages/gbp-export-orig.xml
@@ -31,6 +31,7 @@
<arg><option>--compression-level=</option><replaceable>LEVEL</replaceable></arg>
<arg rep='repeat'><option>--component=</option><replaceable>component</replaceable></arg>
<arg><option>--[no-]pristine-tar</option></arg>
+ <arg><option>--upstream-signatures=</option>[auto|on|off]</arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
@@ -206,6 +207,15 @@
</listitem>
</varlistentry>
</variablelist>
+ <varlistentry>
+ <term><option>--upstream-signatures=</option>[auto|on|off]
+ </term>
+ <listitem>
+ <para>
+ Whether to export with upstream signatures.
+ </para>
+ </listitem>
+ </varlistentry>
</refsect1>
<refsect1>
<title>EXAMPLES</title>