From: Markus Lehtonen Date: Thu, 6 Mar 2014 10:40:54 +0000 (+0200) Subject: gbp.conf: add packaging tag and changelog revision format X-Git-Tag: tizen-tools/4.11.0.1.tizen20140530-20140723~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6861171eb11c03478db1803f205e96e24336c4c;p=tools%2Flibrpm-tizen.git gbp.conf: add packaging tag and changelog revision format Change-Id: I095ac303e3f32b101f72f3d38f19bd8c1f433984 Signed-off-by: Markus Lehtonen --- diff --git a/.gbp.conf b/.gbp.conf index f48f4f944..246903b88 100644 --- a/.gbp.conf +++ b/.gbp.conf @@ -4,11 +4,16 @@ 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