summaryrefslogtreecommitdiffhomepage
path: root/gbp.conf
blob: 98d8aa5411e16599e22aa61b06a2bfd7f65e31e6 (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
# Configuration file for git-buildpackage and friends

[DEFAULT]
# the default build command
#builder=debuild
# the default branch for upstream sources
#upstream-branch=upstream
# the default branch for the debian patch
#debian-branch=master

# Special options for git-buildpackage
[git-buildpackage]
#upstream-branch=dfsgclean
# Uncomment this to automatically GPG sign tags
#sign-tags = True
# Keyid to GPG sign tags with
#keyid = 0xdeadbeef
# Push to a remote repository after a successful tag:
#posttag = git-push git.example.com

# Special options for git-import-orig
[git-import-orig]
#upstream-branch=newupstream
#debian-branch=dfsgclean

# Special options for git-import-dsc
[git-import-dsc]
#upstream-branch=svn-upstream