blob: 246903b88be1f1550c7589bec080ec6e81770899 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[DEFAULT]
upstream-branch = tizen
upstream-tag = tizen/%(upstreamversion)s
patch-export = True
patch-export-ignore-path = (.gbp.conf|.gbs.conf|packaging/.*|debian/.*|.gitignore)
packaging-dir = packaging
packaging-tag = tizen-tools/%(upstreamversion)s-%(nowtime)s
spec-file = packaging/librpm-tizen.spec
postexport = make all || :
ignore-branch = true
[git-buildpackage]
upstream-tag = tizen/%(version)s
[git-dch]
upstream-tag = tizen/%(version)s
[git-rpm-ch]
changelog-revision = %(tagname)s
|