summaryrefslogtreecommitdiffhomepage
path: root/docs/manpages/man.conffiles.sgml
blob: c94253d8f9dc7c904e70ce4f4281f59a46b94009 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
    <title>CONFIGURATION FILES</title>
    <para>Four configuration files are parsed to set defaults for the above
    commandline arguments: </para>
    <variablelist>
      <varlistentry>
      <term>/etc/git-buildpackage/gbp.conf</term>
      <listitem><para>system wide configuraton</para></listitem>
      </varlistentry>
      <varlistentry>
      <term>~/.gbp.conf</term>
      <listitem><para>per user configuration</para></listitem>
      </varlistentry>
      <varlistentry>
      <term>.gbp.conf</term>
      <listitem><para>per branch configuration, can be published with the
      repository</para></listitem> 
      </varlistentry> 
      <varlistentry>
      <term>debian/gbp.conf</term>
      <listitem><para>per branch configuration, can be published with the
      repository</para></listitem> 
      </varlistentry>
      <varlistentry>
      <term>.git/gbp.conf</term>
      <listitem><para>per repository configuration</para></listitem> 
      </varlistentry> 
    </variablelist>
      <para>
      See <filename>/etc/git-buildpackage/gbp.conf</filename> for an example.
      </para>