From 5f15b29224ab3b37ee0b7a422d7760fc4561f720 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 21 May 2018 13:11:12 +0200 Subject: docs: reindent cfgfile.xml Gbp-Dch: Ignore --- docs/chapters/cfgfile.xml | 128 +++++++++++++++++++++++----------------------- 1 file changed, 64 insertions(+), 64 deletions(-) (limited to 'docs') diff --git a/docs/chapters/cfgfile.xml b/docs/chapters/cfgfile.xml index 9a51bbeb..7fb3e699 100644 --- a/docs/chapters/cfgfile.xml +++ b/docs/chapters/cfgfile.xml @@ -1,97 +1,97 @@ - Configuration Files - The configuration files are parsed in this order: - - + Configuration Files + The configuration files are parsed in this order: + + /etc/git-buildpackage/gbp.conf system wide configuration - - + + ~/.gbp.conf per user configuration - - + + .gbp.conf - per repository/branch configuration (deprecated) - - + per repository/branch configuration (deprecated) + + debian/gbp.conf - per repository/branch configuration - - + per repository/branch configuration + + .git/gbp.conf - per (local) repository configuration - - - All have the same format. They consist of several sections, all of them are optional: - - + per (local) repository configuration + + + All have the same format. They consist of several sections, all of them are optional: + + [DEFAULT] Options in this section apply to all &gbp; commands. - - + + [buildpackage] Options in this section apply to &gbp-buildpackage; only and override options from the [DEFAULT] section. - - + + [import-orig] Options in this section apply to &gbp-import-orig; only and override options from the [DEFAULT] section. - - + + [import-dsc] Options in this section apply to &gbp-import-dsc; only and override options from the [DEFAULT] section. - - + + [dch] Options in this section apply to &gbp-dch; only and override options from the [DEFAULT] section. - - + + ... Same for the other &gbp; commands - - - The actual options in these sections are the command line options without - the '--' prefix. So dfsgfree would read: - - -=dfsgfree - - + + + The actual options in these sections are the command line options without + the '--' prefix. So dfsgfree would read: + + + =dfsgfree + + in the config file. In the special case of &gbp-buildpackage;, the stripped prefix is not '--' but '--git-'. Here's a more complete example: - - -[DEFAULT] -# the default build command -builder=debuild -i\.git -I.git -# the default branch for upstream sources -upstream-branch=upstream -# the default branch for the debian patch -debian-branch=master + + + [DEFAULT] + # the default build command + builder=debuild -i\.git -I.git + # the default branch for upstream sources + upstream-branch=upstream + # the default branch for the debian patch + debian-branch=master -[buildpackage] -upstream-branch=dfsgclean -# Sign tags with GPG: -sign-tags = True -# Keyid to sign tags with -#keyid = 0xdeadbeef + [buildpackage] + upstream-branch=dfsgclean + # Sign tags with GPG: + sign-tags = True + # Keyid to sign tags with + #keyid = 0xdeadbeef -[import-orig] -upstream-branch=notdfsgclean + [import-orig] + upstream-branch=notdfsgclean -[import-dsc] -upstream-branch=notdfsgclean + [import-dsc] + upstream-branch=notdfsgclean -[dch] -git-log=--no-merges - - -For more details, see the manual page. - + [dch] + git-log=--no-merges + + + For more details, see the manual page. + -- cgit v1.2.3