From: Gui Chen Date: Sun, 12 Oct 2014 23:23:45 +0000 (+0000) Subject: add .gbp.conf X-Git-Tag: submit/devel/20190730.074453~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85f6e2baa38f3cda1970dab6020df83b0e291148;p=tools%2Fcreaterepo.git add .gbp.conf Signed-off-by: Gui Chen --- diff --git a/.gbp.conf b/.gbp.conf new file mode 100644 index 0000000..0fce71d --- /dev/null +++ b/.gbp.conf @@ -0,0 +1,12 @@ +[DEFAULT] +upstream-tag = upstream/%(version)s +patch-export = True +patch-export-ignore-path = (.gbp.conf|.gbs.conf|packaging/.*|debian/.*|.gitignore) +packaging-dir = packaging + +[git-buildpackage] +upstream-tag = upstream/%(version)s +packaging-dir = packaging + +[git-dch] +upstream-tag = upstream/%(version)s