aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-11-04 13:48:12 +0100
committerGuido Günther <agx@sigxcpu.org>2016-11-04 14:36:10 +0100
commit3c498e179d7371d980194a28ca8714a2e72d91f6 (patch)
treeffc8cb0c365f4e2da754fb7953c817b3e4480847
parentdd5c3bcaf5125f40a8a3a84d64c1d25de26e5584 (diff)
docs: Don't suggest deprecated section names in examples
-rw-r--r--docs/chapters/building.sgml4
-rw-r--r--docs/chapters/import.sgml4
-rwxr-xr-xexamples/gbp-posttag-push2
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/chapters/building.sgml b/docs/chapters/building.sgml
index c7ac94b7..a028a4c4 100644
--- a/docs/chapters/building.sgml
+++ b/docs/chapters/building.sgml
@@ -61,7 +61,7 @@
<para>If you want to default to build in a separate build area, you can
specify the directory to use in the <filename>gbp.conf</filename> file.
<programlisting>
-[git-buildpackage]
+[buildpackage]
# use a build area relative to the git repository
export-dir=../build-area
# to use the same build area for all packages use an absolute path:
@@ -174,7 +174,7 @@ echo "done."
by specifying the export directory:
</para>
<programlisting>
-[git-buildpackage]
+[buildpackage]
# use a build area relative to the git repository
export-dir = ../build-area
# disable the since the sources are being exported first
diff --git a/docs/chapters/import.sgml b/docs/chapters/import.sgml
index 559a14a1..641832cd 100644
--- a/docs/chapters/import.sgml
+++ b/docs/chapters/import.sgml
@@ -247,7 +247,7 @@ EOF
In this case, the configuration option would look like:
</para>
<programlisting>
-[git-buildpackage]
+[buildpackage]
upstream-tag = v%(version)s
</programlisting>
<para>
@@ -266,7 +266,7 @@ upstream-tag = v%(version)s
substitution. The substitution syntax is as follows:
</para>
<programlisting>
-[git-buildpackage]
+[buildpackage]
upstream-tag = v%(version%A%B)s
</programlisting>
<para>
diff --git a/examples/gbp-posttag-push b/examples/gbp-posttag-push
index 52c4c748..549df1d0 100755
--- a/examples/gbp-posttag-push
+++ b/examples/gbp-posttag-push
@@ -11,7 +11,7 @@
# signed.
#
# use:
-# [git-buildpackage]
+# [buildpackage]
# posttag = gbp-posttag-push
#
# Options: