summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-12-01 11:16:56 +0100
committerGuido Günther <agx@sigxcpu.org>2017-12-01 11:16:56 +0100
commitfb4a750ccc38b5ef903ab24d4433b4a3e39e9fcb (patch)
tree0df3296369e34f606b803f8a5734b8a79a081d8e
parent6b43cfe57c56a1a1780c3741e186ce71ee51f252 (diff)
docs: gbp.conf: make notes better visisble
Gbp-Dch: Ignore
-rw-r--r--docs/manpages/gbp.conf.xml32
1 files changed, 20 insertions, 12 deletions
diff --git a/docs/manpages/gbp.conf.xml b/docs/manpages/gbp.conf.xml
index caf56711..bbda3bd7 100644
--- a/docs/manpages/gbp.conf.xml
+++ b/docs/manpages/gbp.conf.xml
@@ -134,19 +134,9 @@
pristine-tar = False
</programlisting>
<para>respectively.</para>
- <note>
- <para>
- To see the current set of values that would be applied after parsing the
- configuration files, use <xref linkend="man.gbp.config"/>.
- </para>
- </note>
- <note>
- <para>
- <command>gbp import-dscs</command> and <command>git-pbuilder</command>
- can't be configured via <filename>gbp.conf</filename>.
- </para>
- </note>
+ <refsect2>
+ <title>Remote site configuration</title>
<para>
<xref linkend="man.gbp.create.remote.repo"/> can additionally parse remote site
configurations from <filename>gbp.conf</filename>. For example, a configuration like:
@@ -172,6 +162,24 @@
This can be useful if you're often creating new remote repositories for
different projects.
</para>
+ </refsect2>
+
+ <refsect2>
+ <title>Notes</title>
+ <note>
+ <para>
+ To see the current set of values that would be applied after parsing the
+ configuration files, use <xref linkend="man.gbp.config"/>.
+ </para>
+ </note>
+
+ <note>
+ <para>
+ <command>gbp import-dscs</command> and <command>git-pbuilder</command>
+ can't be configured via <filename>gbp.conf</filename>.
+ </para>
+ </note>
+ </refsect2>
</refsect1>
<refsect1>