From: Gui Chen Date: Tue, 16 Sep 2014 11:22:33 +0000 (-0400) Subject: add .gbp.conf for gbp service X-Git-Tag: submit/trunk/20190927.012842~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0bfd553d0c24fffd8b6b32d406060558bf772aa6;p=tools%2Fqemu-arm-static.git add .gbp.conf for gbp service Signed-off-by: Gui Chen --- diff --git a/.gbp.conf b/.gbp.conf new file mode 100644 index 000000000..c7c75418e --- /dev/null +++ b/.gbp.conf @@ -0,0 +1,15 @@ +[DEFAULT] +upstream-tag = upstream/%(version)s +patch-export = True +patch-export-ignore-path = (.gbp.conf|.gbs.conf|packaging/.*|debian/.*|.gitignore) +packaging-dir = packaging +#packaging-tag = tizen/%(upstreamversion)s-%(nowtime)s + +[git-buildpackage] +upstream-tag = upstream/%(version)s + +[git-dch] +upstream-tag = upstream/%(version)s + +[gbp-pq-rpm] +pq-branch = patch-queue/%(branch)s