GitRepository: Fix diff_status() for renames and copies
[tools/git-buildpackage.git] / .gbp.conf
1 [DEFAULT]
2 # Do not merge to packaging (after update)
3 merge=False
4 # Vendor/Distro name
5 vendor=Tizen
6 # Package is from Debian
7 upstream-tag=debian/%(version)s
8 # Don't use pristine-tar
9 pristine-tar=False
10 # Branch naming
11 packaging-branch=master
12 upstream-branch=upstream
13 # Tag format for releases
14 packaging-tag = tizen/%(upstreamversion)s-%(nowtime)s
15 # Subdir for RPM packaging data
16 packaging-dir=packaging
17 # Auto-generate patches against upstream
18 patch-export = True
19 patch-numbers = True
20 patch-export-ignore-path = (.gbp.conf|packaging/.*)
21 # Don't fail if the current branch does not match the main packaging branch
22 ignore-branch = True
23
24 [git-rpm-ch]
25 changelog-revision=%(tagname)s