summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2013-04-26 11:20:11 +0300
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-06-05 14:20:04 +0300
commit5cf3503a5f9830b9c73fe9cc8c527b2f2dccefd8 (patch)
treea890586d5945bd7c2e5bf8e693b00d212fdddf2f /docs
parent9b3bc9416579b24d9f9ce0c1019369efe860efa2 (diff)
downloadgit-buildpackage-5cf3503a5f9830b9c73fe9cc8c527b2f2dccefd8.tar.gz
git-buildpackage-5cf3503a5f9830b9c73fe9cc8c527b2f2dccefd8.tar.bz2
git-buildpackage-5cf3503a5f9830b9c73fe9cc8c527b2f2dccefd8.zip
buildpackage: implement --[no-]build cmdline option
For enabling/disabling the builder script. The option is a bit asymmetric: --git-no-build automatically disables the 'postbuild' hook whereas --git-build does not enable it (e.g. if --git-no-hooks is given). Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/gbp-buildpackage.sgml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/manpages/gbp-buildpackage.sgml b/docs/manpages/gbp-buildpackage.sgml
index d0d68bc6..d0b5a134 100644
--- a/docs/manpages/gbp-buildpackage.sgml
+++ b/docs/manpages/gbp-buildpackage.sgml
@@ -43,6 +43,7 @@
<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-[no-]build</option></arg>
<arg><option>--git-[no-]hooks</option></arg>
<arg><option>--git-debian-tag=</option><replaceable>TAG-FORMAT</replaceable></arg>
<arg><option>--git-upstream-tag=</option><replaceable>TAG-FORMAT</replaceable></arg>
@@ -400,6 +401,16 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--git-[no-]build</option>
+ </term>
+ <listitem>
+ <para>
+ Enable builder. Note: <option>--git-no-build</option> causes the
+ postbuild hook to be disabled, too.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--git-[no-]hooks</option>
</term>
<listitem>