From eb1515a596942c082f8900a154e79d45e2d48387 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Wed, 25 Mar 2015 12:12:27 +0200 Subject: [PATCH] Add config file for git-buildpackage Signed-off-by: Ed Bartosh --- .gbp.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gbp.conf 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 -- 2.34.1