aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/manpages
diff options
context:
space:
mode:
authorJan Čapek <jan.capek@braiins.cz>2011-09-09 17:24:19 +0200
committerGuido Günther <agx@sigxcpu.org>2011-11-22 22:15:55 +0100
commitd2c103390ac8377438519b1afd48a9cc7bdf89d5 (patch)
treeaf8a2de6ff8b7a9722c71a8be27e98ef6ecde391 /docs/manpages
parent69d348c3eb868f58efd769603f425bb88bb74f1d (diff)
Documentation update for --git-postexport, --git-postbuild typo fix
Signed-off-by: Jan Čapek <jan.capek@braiins.cz> Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'docs/manpages')
-rw-r--r--docs/manpages/git-buildpackage.sgml17
1 files changed, 15 insertions, 2 deletions
diff --git a/docs/manpages/git-buildpackage.sgml b/docs/manpages/git-buildpackage.sgml
index 77b7ab1a..abdc74e5 100644
--- a/docs/manpages/git-buildpackage.sgml
+++ b/docs/manpages/git-buildpackage.sgml
@@ -37,6 +37,7 @@
<arg><option>--git-keyid=</option><replaceable>gpg-keyid</replaceable></arg>
<arg><option>--git-posttag=</option><replaceable>command</replaceable></arg>
<arg><option>--git-postbuild=</option><replaceable>command</replaceable></arg>
+ <arg><option>--git-postexport=</option><replaceable>command</replaceable></arg>
<arg><option>--git-prebuild=</option><replaceable>command</replaceable></arg>
<arg><option>--git-debian-tag=</option><replaceable>tag-format</replaceable></arg>
<arg><option>--git-force-create</option></arg>
@@ -241,10 +242,22 @@
<term><option>--git-postbuild=</option><replaceable>command</replaceable>
</term>
<listitem>
- <para>excecute <replaceable>command</replaceable> after successful
+ <para>execute <replaceable>command</replaceable> after successful
build.</para><para> Exported environment variables are:
<envar>GBP_CHANGES_FILE</envar> (the name of the generated changes
- file), <envar>GBP_BUILD_DIR</envar> (the build dir).
+ file), <envar>GBP_BUILD_DIR</envar> (the build dir).</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--git-postexport=</option><replaceable>command</replaceable>
+ </term>
+ <listitem>
+ <para>execute <replaceable>command</replaceable> after exporting the source
+ tree - valid only if --git-export-dir has been specified.</para>
+ <para> Exported environment variables are:
+ <envar>GBP_GIT_DIR</envar> (the repository the package is being built
+ from), <envar>GBP_TMP_DIR</envar> (the temporary directory where the
+ sources have been initially exported).</para>
</listitem>
</varlistentry>
<varlistentry>