diff options
author | Guido Günther <agx@sigxcpu.org> | 2012-03-08 14:54:22 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2012-03-08 18:28:10 +0100 |
commit | 6f2f554cef64bc50e506984f2a3b7f5956bc580d (patch) | |
tree | 18062ad067966136c2c6844a8f9fd9624a00d538 /docs | |
parent | b6a4387462d2a8b2310ddfe47ae91f5a896cc386 (diff) | |
download | git-buildpackage-6f2f554cef64bc50e506984f2a3b7f5956bc580d.tar.gz git-buildpackage-6f2f554cef64bc50e506984f2a3b7f5956bc580d.tar.bz2 git-buildpackage-6f2f554cef64bc50e506984f2a3b7f5956bc580d.zip |
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.sgml | 11 |
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. |