summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-10-20 17:39:44 +0200
committerGuido Günther <agx@sigxcpu.org>2015-10-20 17:39:44 +0200
commit01acdd7af8fcf5461cdd73c44e73b01a4d9aca77 (patch)
tree554f2c3c715d9da42b95f3cb2acda0df68a0f3d5 /docs
parent24ee8fcba2b64ff8abf0f6db4b803349190108d4 (diff)
docs: git-buildpackage is not a command anymore
Diffstat (limited to 'docs')
-rw-r--r--docs/chapters/building.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/chapters/building.sgml b/docs/chapters/building.sgml
index 08bb9ca3..fdb690cf 100644
--- a/docs/chapters/building.sgml
+++ b/docs/chapters/building.sgml
@@ -90,7 +90,7 @@ export-dir=../build-area
linkend="man.gbp.buildpackage"/>).
To invoke &lintian;, we need to tell it where to find the changes file:
<programlisting>
-<command>git-buildpackage</command> <option>--git-postbuild</option>=<replaceable>'lintian $GBP_CHANGES_FILE'</replaceable>
+&gbp-buildpackage; <option>--git-postbuild</option>=<replaceable>'lintian $GBP_CHANGES_FILE'</replaceable>
</programlisting>
To call &lintian; automatically after each successful build, add:
<programlisting>
@@ -104,7 +104,7 @@ export-dir=../build-area
<para>If you want to push your changes automatically after a successful build and tag,
you can use &gbp-buildpackage;'s posttag hook. A very simple invocation would look like this:
<programlisting>
-<command>git-buildpackage</command> <option>--git-tag</option> <option>--git-posttag</option>=<replaceable>"git push &amp;&amp; git push --tags"</replaceable>
+&gbp-buildpackage; <option>--git-tag</option> <option>--git-posttag</option>=<replaceable>"git push &amp;&amp; git push --tags"</replaceable>
</programlisting>
This assumes you have set up a remote repository to push to in
<filename>.git/config</filename>.</para>