summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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>