From 3c498e179d7371d980194a28ca8714a2e72d91f6 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 4 Nov 2016 13:48:12 +0100 Subject: docs: Don't suggest deprecated section names in examples --- docs/chapters/building.sgml | 4 ++-- docs/chapters/import.sgml | 4 ++-- examples/gbp-posttag-push | 2 +- 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 @@ If you want to default to build in a separate build area, you can specify the directory to use in the gbp.conf file. -[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: -[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: -[git-buildpackage] +[buildpackage] upstream-tag = v%(version)s @@ -266,7 +266,7 @@ upstream-tag = v%(version)s substitution. The substitution syntax is as follows: -[git-buildpackage] +[buildpackage] upstream-tag = v%(version%A%B)s 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: -- cgit v1.2.3