aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-03-08 14:54:22 +0100
committerGuido Günther <agx@sigxcpu.org>2012-03-08 18:28:10 +0100
commit6f2f554cef64bc50e506984f2a3b7f5956bc580d (patch)
tree18062ad067966136c2c6844a8f9fd9624a00d538 /docs
parentb6a4387462d2a8b2310ddfe47ae91f5a896cc386 (diff)
GbpOptionParser: allow to modify list of parsed conf files
by setting the GBP_CONF_FILES environment variable.
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/gbp.conf.sgml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/manpages/gbp.conf.sgml b/docs/manpages/gbp.conf.sgml
index d3f7d6ad..ccac5b3d 100644
--- a/docs/manpages/gbp.conf.sgml
+++ b/docs/manpages/gbp.conf.sgml
@@ -154,6 +154,17 @@ An example set up for packaging work:
</programlisting>
<refsect1>
+ <title>ENVIRONMENT</title>
+ <variablelist>
+ <varlistentry>
+ <term>GBP_CONF_FILES</term>
+ <listitem><para>Colon separated list of files to parse. The default is
+the above list of configuration files.</para></listitem>
+ </varlistentry>
+ </variablelist>
+</refsect1>
+
+<refsect1>
<title>FILES</title>
<para>
See See <filename>/etc/git-buildpackage/gbp.conf</filename> for an example.