summaryrefslogtreecommitdiff
path: root/.gbp.conf
blob: 6ef7f6d2377929c8df6fc1cca2f910a2231fde86 (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
[DEFAULT]
# Do not merge to packaging (after update)
merge=False
# Vendor/Distro name
vendor=Tizen
# Package is from Debian
upstream-tag=debian/%(version)s
# Don't use pristine-tar
pristine-tar=False
# Branch naming
packaging-branch=master
upstream-branch=upstream
# Tag format for releases
packaging-tag = tizen/%(upstreamversion)s-%(nowtime)s
# Subdir for RPM packaging data
packaging-dir=packaging
# Auto-generate patches against upstream
patch-export = True
patch-numbers = True
patch-export-ignore-path = (.gbp.conf|packaging/.*)
# Don't fail if the current branch does not match the main packaging branch
ignore-branch = True

[git-rpm-ch]
changelog-revision=%(tagname)s