From: Ed Bartosh Date: Sun, 1 Feb 2015 12:25:58 +0000 (+0200) Subject: Add config file for git-buildpackage X-Git-Tag: submit/trunk/20190927.012842~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=870c3b0df1a907cff37176fb2f77528d04a565bd;p=tools%2Fpython-jenkinsapi.git Add config file for git-buildpackage Change-Id: I951cee2ce85399b6e73d38280f9d960c2195275e Signed-off-by: Ed Bartosh --- diff --git a/.gbp.conf b/.gbp.conf new file mode 100644 index 0000000..ffe959f --- /dev/null +++ b/.gbp.conf @@ -0,0 +1,19 @@ +[DEFAULT] +# Do not merge to packaging (after update) +merge=False +# Package is from Debian +upstream-tag=v%(version)s +# Don't use pristine-tar +pristine-tar=False +# Branch naming +packaging-branch=devel +upstream-branch=upstream +# 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/.*|debian/.*) +# Don't fail if the current branch does not match the main packaging branch +ignore-branch = True +