From 79d00d59884402818b027698bdff85dbe5ca686c Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Wed, 25 Mar 2015 10:34:33 +0200 Subject: [PATCH] Add git-buildpackage config Signed-off-by: Ed Bartosh --- .gbp.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gbp.conf diff --git a/.gbp.conf b/.gbp.conf new file mode 100644 index 0000000..4b80048 --- /dev/null +++ b/.gbp.conf @@ -0,0 +1,9 @@ +[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 -- 2.34.1