From: Ed Bartosh Date: Wed, 25 Mar 2015 10:12:27 +0000 (+0200) Subject: Add config file for git-buildpackage X-Git-Tag: v2.0.2^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb1515a596942c082f8900a154e79d45e2d48387;p=services%2Fpython-requests.git Add config file for git-buildpackage Signed-off-by: Ed Bartosh --- diff --git a/.gbp.conf b/.gbp.conf new file mode 100644 index 0000000..e55ab6b --- /dev/null +++ b/.gbp.conf @@ -0,0 +1,11 @@ +[DEFAULT] +# 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/.*) +# Don't fail if the current branch does not match the main packaging branch +ignore-branch = True +# Upstream tag format +upstream-tag = v%(version)s