Allow product names to have suffixes (like board revisions)
[fw/altos] / .gbp.conf
1 # Configuration file for git-buildpackage and friends
2
3 [DEFAULT]
4 # the default build command:
5 #builder = debuild -i\.git/ -I.git
6 # the default clean command:
7 cleaner = debian/rules prebuild && debuild clean
8 # the default branch for upstream sources:
9 upstream-branch = upstream
10 # the default branch for the debian patch:
11 debian-branch = master
12 # the default tag formats used:
13 #upstream-tag = upstream/%(version)s
14 #debian-tag = debian/%(version)s
15 # use pristine-tar:
16 pristine-tar = True
17
18 # Options only affecting git-buildpackage
19 [git-buildpackage]
20 #upstream-branch = dfsgclean
21 # uncomment this to automatically GPG sign tags
22 #sign-tags = True
23 # keyid to GPG sign tags with
24 #keyid = 0xdeadbeef
25 # push to a remote repository after a successful tag: 
26 posttag = git push --mirror
27 # use this for more svn-buildpackage like behaviour:
28 export-dir = ../build-area/altos/
29 #tarball-dir = ../tarballs/
30
31 # Options only affecting git-import-orig
32 [git-import-orig]
33 #upstream-branch = newupstream
34 #debian-branch = dfsgclean
35 #filter = .svn
36
37 # Options only affecting git-import-dsc
38 [git-import-dsc]
39 #upstream-branch = svn-upstream
40 #filter = [ 'CVS', '.cvsignore' ]
41
42 # Options only affecting git-dch
43 [git-dch]
44 #git-log = --no-merges
45 #snapshot-number = snapshot + 1
46