diff options
author | Guido Günther <agx@sigxcpu.org> | 2013-06-26 13:28:26 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2013-06-26 13:31:27 +0200 |
commit | 1eea5d5706ec254bbbc19082c2437acf436cade2 (patch) | |
tree | a90ddfe345fc920c7796bd04dfee1fbd1ff4ca3e /gbp.conf | |
parent | 1d90e73e969cebc1aaa6a151dd03da0b271fbb4d (diff) | |
download | git-buildpackage-1eea5d5706ec254bbbc19082c2437acf436cade2.tar.gz git-buildpackage-1eea5d5706ec254bbbc19082c2437acf436cade2.tar.bz2 git-buildpackage-1eea5d5706ec254bbbc19082c2437acf436cade2.zip |
gbp.conf: Use command names instead of {git,gbp}-
Diffstat (limited to 'gbp.conf')
-rw-r--r-- | gbp.conf | 35 |
1 files changed, 18 insertions, 17 deletions
@@ -1,4 +1,4 @@ -# Configuration file for git-buildpackage and friends +# Configuration file for "gbp <command>" [DEFAULT] # the default build command: @@ -19,8 +19,8 @@ # Use color when on a terminal, alternatives: on/true, off/false or auto #color = auto -# Options only affecting git-buildpackage -[git-buildpackage] +# Options only affecting gbp buildpackage +[buildpackage] # Look for a tag matching the upstream version when creating a tarball #upstream-tree = tag # uncomment this to automatically GPG sign tags: @@ -53,8 +53,8 @@ # Options to pass to pbuilder when using git-pbuilder #git-pbuilder-options = '--hookdir /etc/pbuilder/hooks' -# Options only affecting git-import-orig -[git-import-orig] +# Options only affecting gbp import-orig +[import-orig] # set a different upstream branch to import to: #upstream-branch = newupstream # set a different branch to merge to: @@ -72,8 +72,8 @@ # commit message: #import-msg = New upstream version %(version)s -# Options only affecting git-import-dsc -[git-import-dsc] +# Options only affecting gbp import-dsc +[mport-dsc] # set a different upstream branch: #upstream-branch = svn-upstream # import filter: @@ -83,8 +83,8 @@ #same for the date #author-date-is-committer-date = True -# Options only affecting git-dch -[git-dch] +# Options only affecting gbp dch +[dch] # options passed to git-log: #git-log = --no-merges # next snapshot number: @@ -102,23 +102,24 @@ # use author name and email from git-config: #git-author = True -# Options only affecting gbp-pq -[gbp-pq] +# Options only affecting gbp pq +[pq] #patch-numbers = False -# Options only affecting gbp-clone -[gbp-clone] +# Options only affecting gbp clone +[clone] #pristine-tar = True -# Options only affecting gbp- -[gbp-pull] +# Options only affecting gbp pull +[pull] #pristine-tar = True -[gbp-create-remote-repo] +# Options only affecting gbp create remote repo +[create-remote-repo] # disable remote branch tracking #track = False -# Sample config to create remote repositore using gbp-create-remote-repo: +# Sample config to create remote repositore using gbp create-remote-repo: [remote-config pkg-libvirt] # Location of the repository remote-url-pattern = ssh://git.debian.org/git/pkg-libvirt/%(pkg)s |